Changeset 31973 for trunk/src/wp-admin/edit-tag-form.php
- Timestamp:
- 04/01/2015 10:05:17 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-tag-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tag-form.php
r31688 r31973 12 12 13 13 if ( empty($tag_ID) ) { ?> 14 <div id="message" class="updated "><p><strong><?php _e( 'You did not select an item for editing.' ); ?></strong></p></div>14 <div id="message" class="updated notice is-dismissible"><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.