Ticket #42693: 42693v2.diff
File 42693v2.diff, 1.4 KB (added by , 6 years ago) |
---|
-
src/wp-includes/functions.php
5766 5766 return; 5767 5767 } 5768 5768 5769 if ( 'invalid' === substr( $old_email, -7 ) { 5770 return; 5771 } 5772 5769 5773 /* translators: Do not translate OLD_EMAIL, NEW_EMAIL, SITENAME, SITEURL: those are placeholders. */ 5770 5774 $email_change_text = __( 'Hi, 5771 5775 -
src/wp-includes/ms-functions.php
2678 2678 return; 2679 2679 } 2680 2680 2681 if ( 'invalid' === substr( $old_email, -7 ) { 2682 return; 2683 } 2684 2681 2685 /* translators: Do not translate OLD_EMAIL, NEW_EMAIL, SITENAME, SITEURL: those are placeholders. */ 2682 2686 $email_change_text = __( 'Hi, 2683 2687 -
src/wp-admin/includes/schema.php
397 397 /* translators: site tagline */ 398 398 'blogdescription' => __('Just another WordPress site'), 399 399 'users_can_register' => 0, 400 'admin_email' => 'you@example. com',400 'admin_email' => 'you@example.invalid', 401 401 /* translators: default start of the week. 0 = Sunday, 1 = Monday */ 402 402 'start_of_week' => _x( '1', 'start of week' ), 403 403 'use_balanceTags' => 0,