Changeset 2762 for trunk/wp-admin/options-head.php
- Timestamp:
- 08/08/2005 01:13:22 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-head.php
r1818 r2762 21 21 22 22 <?php if (isset($_GET['updated'])) : ?> 23 <div class="updated"><p><strong><?php _e('Options saved.') ?></strong></p></div>23 <div id="message" class="updated fade"><p><strong><?php _e('Options saved.') ?></strong></p></div> 24 24 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.