| [ Index ] |
PHP Cross Reference of Wordpress 2.9.1 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * WordPress Options Header. 4 * 5 * Resets variables: 'action', 'standalone', and 'option_group_id'. Displays 6 * updated message, if updated variable is part of the URL query. 7 * 8 * @package WordPress 9 * @subpackage Administration 10 */ 11 12 wp_reset_vars(array('action', 'standalone', 'option_group_id')); 13 ?> 14 15 <?php if (isset($_GET['updated'])) : ?> 16 <div id="message" class="updated fade"><p><strong><?php _e('Settings saved.') ?></strong></p></div> 17 <?php endif; ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Fri Jan 8 00:19:48 2010 | Cross-referenced by PHPXref 0.7 |