Make WordPress Core

Ticket #32820: 32820.2.diff

File 32820.2.diff, 691 bytes (added by valendesigns, 9 years ago)
  • src/wp-includes/class-wp-customize-control.php

    diff --git src/wp-includes/class-wp-customize-control.php src/wp-includes/class-wp-customize-control.php
    index 94dc49b..b90f6f7 100644
    class WP_Customize_Nav_Menu_Auto_Add_Control extends WP_Customize_Control { 
    19201920         */
    19211921        protected function content_template() {
    19221922                ?>
     1923                <span class="customize-control-title"><?php _e( 'Menu options' ); ?></span>
    19231924                <label>
    1924                         <span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span>
    19251925                        <input type="checkbox" class="auto_add" />
    19261926                        <?php _e( 'Automatically add new top-level pages to this menu' ); ?>
    19271927                </label>