Changeset 32381 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 05/06/2015 09:11:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r32339 r32381 254 254 update_option( 'adminhash', $new_admin_email ); 255 255 256 /* translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL: those are placeholders. */ 256 257 $email_text = __( 'Howdy ###USERNAME###, 257 258 … … 335 336 update_option( $current_user->ID . '_new_email', $new_user_email ); 336 337 338 /* translators: Do not translate USERNAME, ADMIN_URL, EMAIL, SITENAME, SITEURL: those are placeholders. */ 337 339 $email_text = __( 'Howdy ###USERNAME###, 338 340
Note: See TracChangeset
for help on using the changeset viewer.