Changeset 39406
- Timestamp:
- 12/01/2016 03:02:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/option.php
r39382 r39406 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
Note: See TracChangeset
for help on using the changeset viewer.