0474f077f0
git-svn-id: https://develop.svn.wordpress.org/trunk@3946 602fd350-edb4-49c9-b593-d223f7449a82
7 lines
249 B
PHP
7 lines
249 B
PHP
<?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; ?>
|