Ticket #42693: 42693v5.diff
File 42693v5.diff, 1.5 KB (added by , 6 years ago) |
---|
-
src/wp-includes/functions.php
5766 5766 return; 5767 5767 } 5768 5768 5769 if ( '.example' === substr( $old_email, -8 ) ) { 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 ( '.example' === substr( $old_email, -8 ) ) { 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
398 398 /* translators: site tagline */ 399 399 'blogdescription' => __('Just another WordPress site'), 400 400 'users_can_register' => 0, 401 'admin_email' => 'you@ example.com',401 'admin_email' => 'you@your.domain.example', 402 402 /* translators: default start of the week. 0 = Sunday, 1 = Monday */ 403 403 'start_of_week' => _x( '1', 'start of week' ), 404 404 'use_balanceTags' => 0,