From 535cb17cbb18241ef0d9d171b08f14e8ead66088 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 20 Feb 2025 15:05:23 +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. Built from https://develop.svn.wordpress.org/trunk@59847 git-svn-id: http://core.svn.wordpress.org/trunk@59189 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/menu-header.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/menu-header.php b/wp-admin/menu-header.php index cf7fe7d3e0..3082c15557 100644 --- a/wp-admin/menu-header.php +++ b/wp-admin/menu-header.php @@ -284,7 +284,7 @@ function _wp_menu_output( $menu, $submenu, $submenu_as_parent = true ) { echo '
  • ' . '
  • '; } diff --git a/wp-includes/version.php b/wp-includes/version.php index e37696c52d..a923d0a86c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59846'; +$wp_version = '6.8-alpha-59847'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.