mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Theme Customizer: Move section descriptions to the title attribute of the section name. see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -609,7 +609,6 @@ final class WP_Customize {
|
||||
|
||||
$this->add_section( 'strings', array(
|
||||
'title' => __( 'Site Title & Tagline' ),
|
||||
'description' => __( 'Customize some strings.' ),
|
||||
) );
|
||||
|
||||
$this->add_setting( 'blogname', array(
|
||||
|
||||
Reference in New Issue
Block a user