Ticket #38990: 38990.diff
File 38990.diff, 838 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/option.php
1756 1756 ), 1757 1757 ), 1758 1758 'type' => 'string', 1759 'description' => __( 'This address is used for admin purposes. If you change this we will send you an email at your new address to confirm it. The new address will not become active until confirmed.' ),1759 'description' => is_multisite() ? __( 'This address is used for admin purposes. If you change this we will send you an email at your new address to confirm it. The new address will not become active until confirmed.' ) : __( 'This address is used for admin purposes, like new user notification.' ), 1760 1760 ) ); 1761 1761 1762 1762 register_setting( 'general', 'timezone_string', array(