Ticket #42565: 42565.patch
File 42565.patch, 1.1 KB (added by , 7 years ago) |
---|
-
src/wp-includes/customize/class-wp-customize-nav-menu-control.php
36 36 */ 37 37 public function content_template() { 38 38 ?> 39 <p class="new-menu-item-invitation"><?php _e( 'Time to add some links! Click “Add menuitems” to start putting pages, categories, and custom links in your menu. Add as many things as you’d like.' ); ?></p>39 <p class="new-menu-item-invitation"><?php _e( 'Time to add some links! Click “Add items” to start putting pages, categories, and custom links in your menu. Add as many things as you’d like.' ); ?></p> 40 40 <div class="customize-control-nav_menu-buttons"> 41 41 <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"> 42 42 <?php _e( 'Add Items' ); ?>