Ticket #33301: 33301.15.patch
| File 33301.15.patch, 1.6 KB (added by , 10 years ago) |
|---|
-
src/wp-includes/class-wp-editor.php
1412 1412 <button type="button" id="wp-link-close"><span class="screen-reader-text"><?php _e( 'Close' ); ?></span></button> 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"> 1421 1421 <label><span><?php _e( 'Link Text' ); ?></span> … … 1426 1426 <input type="checkbox" id="wp-link-target" /> <?php _e( 'Open link in a new tab' ); ?></label> 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> 1437 1437 </div>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)