Changeset 12546 for trunk/wp-admin/edit-tag-form.php
- Timestamp:
- 12/26/2009 09:00:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tag-form.php
r12228 r12546 15 15 16 16 if ( empty($tag_ID) ) { ?> 17 <div id="message" class="updated fade"><p><strong><?php _e('A tag was not selected for editing.'); ?></strong></p></div>17 <div id="message" class="updated"><p><strong><?php _e('A tag was not selected for editing.'); ?></strong></p></div> 18 18 <?php 19 19 return;
Note: See TracChangeset
for help on using the changeset viewer.