scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Wordpress 2.3.2
[autoinstalls/wordpress.git]
/
wp-admin
/
options-head.php
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('Options saved.') ?></strong></p></div>
5
<?php endif; ?>