1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-03-12 14:49:55 +01:00
WordPress/wp-admin/options-head.php

5 lines
229 B
PHP

<?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; ?>