Changeset 13177 for trunk/wp-admin/options-head.php
- Timestamp:
- 02/17/2010 05:50:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-head.php
r12546 r13177 11 11 12 12 wp_reset_vars(array('action', 'standalone', 'option_group_id')); 13 14 settings_errors(); 15 13 16 ?> 14 15 <?php if (isset($_GET['updated'])) : ?>16 <div id="message" class="updated"><p><strong><?php _e('Settings saved.') ?></strong></p></div>17 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.