home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-admin / options-head.php < prev    next >
Encoding:
PHP Script  |  2008-02-14  |  230 b   |  5 lines

  1. <?php wp_reset_vars(array('action', 'standalone', 'option_group_id')); ?>
  2.  
  3. <?php if (isset($_GET['updated'])) : ?>
  4. <div id="message" class="updated fade"><p><strong><?php _e('Settings saved.') ?></strong></p></div>
  5. <?php endif; ?>