Make WordPress Core

Ticket #42565: 42565.patch

File 42565.patch, 1.1 KB (added by rishishah, 7 years ago)
  • src/wp-includes/customize/class-wp-customize-nav-menu-control.php

     
    3636         */
    3737        public function content_template() {
    3838                ?>
    39                 <p class="new-menu-item-invitation"><?php _e( 'Time to add some links! Click &#8220;Add menu items&#8221; to start putting pages, categories, and custom links in your menu. Add as many things as you&#8217;d like.' ); ?></p>
     39                <p class="new-menu-item-invitation"><?php _e( 'Time to add some links! Click &#8220;Add items&#8221; to start putting pages, categories, and custom links in your menu. Add as many things as you&#8217;d like.' ); ?></p>
    4040                <div class="customize-control-nav_menu-buttons">
    4141                        <button type="button" class="button add-new-menu-item" aria-label="<?php esc_attr_e( 'Add or remove menu items' ); ?>" aria-expanded="false" aria-controls="available-menu-items">
    4242                                <?php _e( 'Add Items' ); ?>