Customizer: Change "Display Header Text" checkbox label to "Display Site Title and Tagline", to make it clearer that it affects both settings.
Props juanfra, vlad.olaru. Fixes #31829. git-svn-id: https://develop.svn.wordpress.org/trunk@35899 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
94005d9402
commit
b0f06b48aa
|
@ -1881,7 +1881,7 @@ final class WP_Customize_Manager {
|
|||
// With custom value
|
||||
$this->add_control( 'display_header_text', array(
|
||||
'settings' => 'header_textcolor',
|
||||
'label' => __( 'Display Header Text' ),
|
||||
'label' => __( 'Display Site Title and Tagline' ),
|
||||
'section' => 'title_tagline',
|
||||
'type' => 'checkbox',
|
||||
'priority' => 40,
|
||||
|
|
Loading…
Reference in New Issue