Make WordPress Core

Ticket #31829: 31829.diff

File 31829.diff, 583 bytes (added by juanfra, 11 years ago)

Diff file: Replaced 'Display Header Text' with 'Display Site Title & Tagline'

  • src/wp-includes/class-wp-customize-manager.php

     
    18811881                // With custom value
    18821882                $this->add_control( 'display_header_text', array(
    18831883                        'settings' => 'header_textcolor',
    1884                         'label'    => __( 'Display Header Text' ),
     1884                        'label'    => __( 'Display Site Title & Tagline' ),
    18851885                        'section'  => 'title_tagline',
    18861886                        'type'     => 'checkbox',
    18871887                        'priority' => 40,