Changeset 32017
- Timestamp:
- 04/04/2015 09:17:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r31735 r32017 1447 1447 <div id="link-options"> 1448 1448 <p class="howto"><?php _e( 'Enter the destination URL' ); ?></p> 1449 <div> 1450 <label><span><?php _e( 'URL' ); ?></span><input id="wp-link-url" type="text" /></label> 1451 </div> 1449 1452 <div class="wp-link-text-field"> 1450 1453 <label><span><?php _e( 'Link Text' ); ?></span><input id="wp-link-text" type="text" /></label> 1451 </div>1452 <div>1453 <label><span><?php _e( 'URL' ); ?></span><input id="wp-link-url" type="text" /></label>1454 1454 </div> 1455 1455 <div class="link-target">
Note: See TracChangeset
for help on using the changeset viewer.