Changeset 37160
- Timestamp:
- 04/05/2016 10:23:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r37154 r37160 1413 1413 <div id="link-selector"> 1414 1414 <div id="link-options"> 1415 <p class="howto" ><?php _e( 'Enter the destination URL' ); ?></p>1415 <p class="howto" id="wplink-enter-url"><?php _e( 'Enter the destination URL' ); ?></p> 1416 1416 <div> 1417 1417 <label><span><?php _e( 'URL' ); ?></span> 1418 <input id="wp-link-url" type="text" /></label>1418 <input id="wp-link-url" type="text" aria-describedby="wplink-enter-url" /></label> 1419 1419 </div> 1420 1420 <div class="wp-link-text-field"> … … 1427 1427 </div> 1428 1428 </div> 1429 <p class="howto" ><?php _e( 'Or link to existing content' ); ?></p>1429 <p class="howto" id="wplink-link-existing-content"><?php _e( 'Or link to existing content' ); ?></p> 1430 1430 <div id="search-panel"> 1431 1431 <div class="link-search-wrapper"> 1432 1432 <label> 1433 1433 <span class="search-label"><?php _e( 'Search' ); ?></span> 1434 <input type="search" id="wp-link-search" class="link-search-field" autocomplete="off" />1434 <input type="search" id="wp-link-search" class="link-search-field" autocomplete="off" aria-describedby="wplink-link-existing-content" /> 1435 1435 <span class="spinner"></span> 1436 1436 </label>
Note: See TracChangeset
for help on using the changeset viewer.