mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Tweak new strings for better typography. Props demetris. Fixes #12962
git-svn-id: https://develop.svn.wordpress.org/trunk@14070 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2360,7 +2360,7 @@ function sanitize_option($option, $value) {
|
||||
case 'admin_email':
|
||||
$value = sanitize_email($value);
|
||||
if ( !$value && function_exists('add_settings_error') )
|
||||
add_settings_error('admin_email', 'invalid_admin_email', __('The E-Mail Address submitted was not in the right format. Please enter a valid Email Address'));
|
||||
add_settings_error('admin_email', 'invalid_admin_email', __('The email address submitted was not in the right format. Please enter a valid email address.'));
|
||||
break;
|
||||
|
||||
case 'thumbnail_size_w':
|
||||
|
||||
Reference in New Issue
Block a user