From 26ed02b95df5dc70c2b5d3129100cf853c8b1f93 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 20 Feb 2025 15:03:47 +0000 Subject: [PATCH] Administration: Capitalize "Collapse Menu" string for better consistency. This changeset brings more consistency by capitalizing the "Collapse Menu" string localted in the main admin menu. Props alireyad, bijit027, amimulihsanmahdi, csesumonpro. Fixes #59133. git-svn-id: https://develop.svn.wordpress.org/trunk@59847 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/menu-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/menu-header.php b/src/wp-admin/menu-header.php index cf7fe7d3e005e..3082c155573b6 100644 --- a/src/wp-admin/menu-header.php +++ b/src/wp-admin/menu-header.php @@ -284,7 +284,7 @@ function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) { echo '
  • ' . '
  • '; }