Make WordPress Core

Ticket #31829: 31829-and.diff

File 31829-and.diff, 585 bytes (added by juanfra, 11 years ago)

Just in case, the patch containing "and" instead of the ampersand.

  • 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 and Tagline' ),
    18851885                        'section'  => 'title_tagline',
    18861886                        'type'     => 'checkbox',
    18871887                        'priority' => 40,