Changeset 14070 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 04/11/2010 10:41:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r13715 r14070 12 12 13 13 if ( empty($tag_ID) ) { ?> 14 <div id="message" class="updated"><p><strong><?php _e( 'An item was not selected for editing.'); ?></strong></p></div>14 <div id="message" class="updated"><p><strong><?php _e( 'You did not select an item for editing.' ); ?></strong></p></div> 15 15 <?php 16 16 return;
Note: See TracChangeset
for help on using the changeset viewer.