summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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++;