Changeset 33511 for trunk/src/wp-includes/class-wp-customize-nav-menus.php
- Timestamp:
- 07/29/2015 11:39:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r33493 r33511 218 218 219 219 if ( empty( $items ) ) { 220 wp_send_json_error( array( 'message' => __( 'No menu items found.' ) ) );220 wp_send_json_error( array( 'message' => __( 'No results found.' ) ) ); 221 221 } else { 222 222 wp_send_json_success( array( 'items' => $items ) ); … … 719 719 <p class="screen-reader-text" id="menu-items-search-desc"><?php _e( 'The search results will be updated as you type.' ); ?></p> 720 720 <span class="spinner"></span> 721 <span class="clear-results"><span class="screen-reader-text"><?php _e( 'Clear Results' ); ?></span></span> 721 722 </div> 722 723 <ul class="accordion-section-content" data-type="search"></ul>
Note: See TracChangeset
for help on using the changeset viewer.