~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
         */
42
42
        protected function content_template() {
43
43
                ?>
44
 
                <span class="customize-control-title"><?php _e( 'Menu options' ); ?></span>
 
44
                <span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span>
45
45
                <label>
46
46
                        <input type="checkbox" class="auto_add" />
47
47
                        <?php _e( 'Automatically add new top-level pages to this menu' ); ?>