Make WordPress Core

Ticket #38990: 38990.diff

File 38990.diff, 838 bytes (added by ocean90, 8 years ago)
  • src/wp-includes/option.php

     
    17561756                        ),
    17571757                ),
    17581758                '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.' ),
    17601760        ) );
    17611761
    17621762        register_setting( 'general', 'timezone_string', array(