summaryrefslogtreecommitdiffstats
path: root/wp-admin/options-head.php
blob: da1784f990d9d0db9f8b016db96b548bbda70beb (plain)
1
2
3
4
5
<?php wp_reset_vars(array('action', 'standalone', 'option_group_id')); ?>

<?php if (isset($_GET['updated'])) : ?>
<div id="message" class="updated fade"><p><strong><?php _e('Options saved.') ?></strong></p></div>
<?php endif; ?>