Changeset 14070 for trunk/wp-includes/formatting.php
- Timestamp:
- 04/11/2010 10:41:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r13988 r14070 2361 2361 $value = sanitize_email($value); 2362 2362 if ( !$value && function_exists('add_settings_error') ) 2363 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'));2363 add_settings_error('admin_email', 'invalid_admin_email', __('The email address submitted was not in the right format. Please enter a valid email address.')); 2364 2364 break; 2365 2365
Note: See TracChangeset
for help on using the changeset viewer.