summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-admin/profile.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-08 10:40:54 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-08 10:40:54 +0000
commite6f923dd3d1b9917ce81921b158dd174d615b931 (patch)
tree5d99b22562b8024e721511545164e319e4c35a45 /wp-inst/wp-admin/profile.php
parent7f70918945649e3718eda65f8e6fdf3d09356561 (diff)
downloadwordpress-mu-e6f923dd3d1b9917ce81921b158dd174d615b931.tar.gz
wordpress-mu-e6f923dd3d1b9917ce81921b158dd174d615b931.tar.xz
wordpress-mu-e6f923dd3d1b9917ce81921b158dd174d615b931.zip
Lots of changes from WP Core.
Removed Smarty template picker. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@136 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/profile.php')
-rw-r--r--wp-inst/wp-admin/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/profile.php b/wp-inst/wp-admin/profile.php
index ce5fd85..ae74d34 100644
--- a/wp-inst/wp-admin/profile.php
+++ b/wp-inst/wp-admin/profile.php
@@ -140,7 +140,7 @@ default:
$bookmarklet_height= 440;
if (isset($updated)) { ?>
-<div class="updated">
+<div id="message" class="updated fade">
<p><strong><?php _e('Profile updated.') ?></strong></p>
</div>
<?php } ?>