Changeset 32381 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 05/06/2015 09:11:18 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r32064 r32381 1434 1434 1435 1435 $welcome_email = get_site_option( 'welcome_email' ); 1436 if ( $welcome_email == false ) 1436 if ( $welcome_email == false ) { 1437 /* translators: Do not translate USERNAME, SITE_NAME, BLOG_URL, PASSWORD: those are placeholders. */ 1437 1438 $welcome_email = __( 'Howdy USERNAME, 1438 1439 … … 1449 1450 1450 1451 --The Team @ SITE_NAME' ); 1452 } 1451 1453 1452 1454 $url = get_blogaddress_by_id($blog_id); … … 2081 2083 if ( !$text ) { 2082 2084 remove_filter( 'site_option_welcome_user_email', 'welcome_user_msg_filter' ); 2085 2086 /* translators: Do not translate USERNAME, PASSWORD, LOGINLINK, SITE_NAME: those are placeholders. */ 2083 2087 $text = __( 'Howdy USERNAME, 2084 2088
Note: See TracChangeset
for help on using the changeset viewer.