From 20c3c4fdff615bbcf47d6b64d79bd4e0cc7fafb4 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 20 Feb 2025 21:29:22 +0000 Subject: [PATCH] Administration: Capitalize "Collapse Main Menu" aria-label string for better consistency. Follow-up to [59847]. Props swissspidy. Fixes #59133. Built from https://develop.svn.wordpress.org/trunk@59849 git-svn-id: http://core.svn.wordpress.org/trunk@59191 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 3082c15557..dcdf58d639 100644 --- a/wp-admin/menu-header.php +++ b/wp-admin/menu-header.php @@ -282,7 +282,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 2d530f34f5..169b231815 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59848'; +$wp_version = '6.8-alpha-59849'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.