Changeset 37154 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 04/01/2016 09:12:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r37091 r37154 1413 1413 <div id="link-selector"> 1414 1414 <div id="link-options"> 1415 <p class="howto"><?php _e( 'Enter the destination URL' ); ?></p> 1415 1416 <div> 1416 1417 <label><span><?php _e( 'URL' ); ?></span> 1417 <input id="wp-link-url" type="text" role="combobox" aria-autocomplete="list" aria-expanded="false" placeholder="<?php _e( 'Paste URL or type to search' ); ?>"/></label>1418 <input id="wp-link-url" type="text" /></label> 1418 1419 </div> 1419 1420 <div class="wp-link-text-field"> … … 1426 1427 </div> 1427 1428 </div> 1429 <p class="howto"><?php _e( 'Or link to existing content' ); ?></p> 1430 <div id="search-panel"> 1431 <div class="link-search-wrapper"> 1432 <label> 1433 <span class="search-label"><?php _e( 'Search' ); ?></span> 1434 <input type="search" id="wp-link-search" class="link-search-field" autocomplete="off" /> 1435 <span class="spinner"></span> 1436 </label> 1437 </div> 1438 <div id="search-results" class="query-results" tabindex="0"> 1439 <ul></ul> 1440 <div class="river-waiting"> 1441 <span class="spinner"></span> 1442 </div> 1443 </div> 1444 <div id="most-recent-results" class="query-results" tabindex="0"> 1445 <div class="query-notice" id="query-notice-message"> 1446 <em class="query-notice-default"><?php _e( 'No search term specified. Showing recent items.' ); ?></em> 1447 <em class="query-notice-hint screen-reader-text"><?php _e( 'Search or use up and down arrow keys to select an item.' ); ?></em> 1448 </div> 1449 <ul></ul> 1450 <div class="river-waiting"> 1451 <span class="spinner"></span> 1452 </div> 1453 </div> 1454 </div> 1428 1455 </div> 1429 1456 <div class="submitbox">
Note: See TracChangeset
for help on using the changeset viewer.