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 { |
1920 | 1920 | */ |
1921 | 1921 | protected function content_template() { |
1922 | 1922 | ?> |
| 1923 | <span class="customize-control-title"><?php _e( 'Menu options' ); ?></span> |
1923 | 1924 | <label> |
1924 | | <span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span> |
1925 | 1925 | <input type="checkbox" class="auto_add" /> |
1926 | 1926 | <?php _e( 'Automatically add new top-level pages to this menu' ); ?> |
1927 | 1927 | </label> |