Changeset 17099
- Timestamp:
- 12/21/2010 03:04:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/internal-linking.php
r16931 r17099 74 74 <div id="link-selector"> 75 75 <div id="link-options"> 76 <p class="howto"><?php _e( 'Enter the destination URL :' ); ?></p>76 <p class="howto"><?php _e( 'Enter the destination URL' ); ?></p> 77 77 <div> 78 78 <label for="url-field"><span><?php _e( 'URL' ); ?></span><input id="url-field" type="text" tabindex="10" autocomplete="off" /></label> … … 86 86 </div> 87 87 <?php $show_internal = '1' == get_user_setting( 'wplink', '0' ); ?> 88 <p class="howto" id="internal-toggle"><a href="#" class="toggle-arrow <?php if ( $show_internal ) echo 'toggle-arrow-active'; ?>"><?php _e( ' Link to Content on this Site' ); ?></a></p>88 <p class="howto" id="internal-toggle"><a href="#" class="toggle-arrow <?php if ( $show_internal ) echo 'toggle-arrow-active'; ?>"><?php _e( 'Or link to existing content' ); ?></a></p> 89 89 <div id="search-panel"<?php if ( ! $show_internal ) echo ' style="display:none"'; ?>> 90 90 <div class="link-search-wrapper">
Note: See TracChangeset
for help on using the changeset viewer.