summaryrefslogtreecommitdiffstats
path: root/wp-admin/options.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-12 19:14:32 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-12 19:14:32 +0000
commitf74d7d27b7d093482d5af2e88f94795a07f4ca53 (patch)
tree1c2edd0c636f3350dfc26b28ce2afa94ffc48482 /wp-admin/options.php
parent8db6720bcb3198f1160ba168977ab35345acb7f0 (diff)
downloadwordpress-mu-f74d7d27b7d093482d5af2e88f94795a07f4ca53.tar.gz
wordpress-mu-f74d7d27b7d093482d5af2e88f94795a07f4ca53.tar.xz
wordpress-mu-f74d7d27b7d093482d5af2e88f94795a07f4ca53.zip
Print the email!
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@670 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/options.php')
-rw-r--r--wp-admin/options.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/options.php b/wp-admin/options.php
index 17c0d70..b6a8c50 100644
--- a/wp-admin/options.php
+++ b/wp-admin/options.php
@@ -72,7 +72,7 @@ If this is correct, please click on the following link to change it:
You can safely ignore and delete this email if you do not want to
take this action.
-This email has been sent to '{$email}'
+This email has been sent to '{$value}'
" );
} elseif (update_option($option, $value) ) {
$any_changed++;