2006-07-03 15:03:37 -04:00
|
|
|
<?php wp_reset_vars(array('action', 'standalone', 'option_group_id')); ?>
|
2004-04-11 04:15:10 -04:00
|
|
|
|
2004-10-18 23:03:06 -04:00
|
|
|
<?php if (isset($_GET['updated'])) : ?>
|
2005-08-07 21:13:22 -04:00
|
|
|
<div id="message" class="updated fade"><p><strong><?php _e('Options saved.') ?></strong></p></div>
|
2004-04-11 04:15:10 -04:00
|
|
|
<?php endif; ?>
|