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