Ticket #32263: 32263.diff
| File 32263.diff, 2.9 KB (added by , 11 years ago) |
|---|
-
src/wp-admin/includes/ms.php
253 253 ); 254 254 update_option( 'adminhash', $new_admin_email ); 255 255 256 /* translators: Do not translate the ALL CAPS words between ### - those are placeholders. */ 256 257 $email_text = __( 'Howdy ###USERNAME###, 257 258 258 259 You recently requested to have the administration email address on … … 334 335 ); 335 336 update_option( $current_user->ID . '_new_email', $new_user_email ); 336 337 338 /* translators: Do not translate the ALL CAPS words between ### - those are placeholders. */ 337 339 $email_text = __( 'Howdy ###USERNAME###, 338 340 339 341 You recently requested to have the email address on your account changed. -
src/wp-admin/includes/schema.php
917 917 $site_admins = get_site_option( 'site_admins' ); 918 918 } 919 919 920 /* translators: Do not translate USERNAME, SITE_NAME, BLOG_URL, PASSWORD: those are placeholders. */ 920 921 $welcome_email = __( 'Howdy USERNAME, 921 922 922 923 Your new SITE_NAME site has been successfully set up at: -
src/wp-admin/ms-delete-site.php
42 42 43 43 $url_delete = esc_url( admin_url( 'ms-delete-site.php?h=' . $hash ) ); 44 44 45 /* translators: Do not translate the ALL CAPS words between ### - those are placeholders. */ 45 46 $content = __( "Howdy ###USERNAME###, 46 47 47 48 You recently clicked the 'Delete Site' link on your site and filled in a -
src/wp-includes/ms-functions.php
1433 1433 return false; 1434 1434 1435 1435 $welcome_email = get_site_option( 'welcome_email' ); 1436 if ( $welcome_email == false ) 1436 if ( $welcome_email == false ) { 1437 1438 /* translators: Do not translate USERNAME, SITE_NAME, BLOG_URL, PASSWORD: those are placeholders. */ 1437 1439 $welcome_email = __( 'Howdy USERNAME, 1438 1440 1439 1441 Your new SITE_NAME site has been successfully set up at: … … 1448 1450 We hope you enjoy your new site. Thanks! 1449 1451 1450 1452 --The Team @ SITE_NAME' ); 1453 } 1451 1454 1452 1455 $url = get_blogaddress_by_id($blog_id); 1453 1456 $user = get_userdata( $user_id ); … … 2080 2083 function welcome_user_msg_filter( $text ) { 2081 2084 if ( !$text ) { 2082 2085 remove_filter( 'site_option_welcome_user_email', 'welcome_user_msg_filter' ); 2086 2087 /* translators: Do not translate USERNAME, SITE_NAME, PASSWORD, LOGINLINK: those are placeholders. */ 2083 2088 $text = __( 'Howdy USERNAME, 2084 2089 2085 2090 Your new account is set up.