From c84a324ab219229077d404b0fa9daa845f2e4939 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 21 Jan 2025 22:38:23 +0000 Subject: [PATCH] Customize: Show sidebar's description below its name in Customizer Widgets sidebar list. This is part of an effort to reduce `title` attribute usage in WordPress Admin. This changeset updates the Customizer Widgets sidebar list to show sidebar name and description (as these informations may benefit to everyone), and remove the `title` attribute. Follow-up to [22439], [27548], [31513], [32991], [50804], [53414], [59675]. Props karlgroves, sabernhardt, mukesh27, joedolson. Fixes #62836. See #24766. Built from https://develop.svn.wordpress.org/trunk@59676 git-svn-id: http://core.svn.wordpress.org/trunk@59019 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-widgets.php | 5 ++++- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-widgets.php b/wp-includes/class-wp-customize-widgets.php index 98c6944478..3db46ad088 100644 --- a/wp-includes/class-wp-customize-widgets.php +++ b/wp-includes/class-wp-customize-widgets.php @@ -733,7 +733,10 @@ final class WP_Customize_Widgets {

{description}

diff --git a/wp-includes/version.php b/wp-includes/version.php index 0a3a0cbc35..5fd46c131d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59675'; +$wp_version = '6.8-alpha-59676'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.