From 346cce3c480549689db808f8f3a7459232508606 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 13 Dec 2015 17:50:28 +0000 Subject: [PATCH] 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. Built from https://develop.svn.wordpress.org/trunk@35899 git-svn-id: http://core.svn.wordpress.org/trunk@35863 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 3ec62ba366..a00ebaf840 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -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, diff --git a/wp-includes/version.php b/wp-includes/version.php index 0b03ab2760..24faf9c924 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35898'; +$wp_version = '4.5-alpha-35899'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.