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

<br clear="all" />

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