From f74d7d27b7d093482d5af2e88f94795a07f4ca53 Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 12 Jul 2006 19:14:32 +0000 Subject: Print the email! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@670 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-admin/options.php') 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++; -- cgit