Don't add extra spaces. props duck_, see #16861.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
57f51582b1
commit
60bdbe765f
|
@ -31,7 +31,7 @@ Please click the following link to activate your user account:
|
|||
add_filter( 'wpmu_signup_user_notification_email', 'admin_created_user_email' );
|
||||
|
||||
function admin_created_user_subject( $text ) {
|
||||
return sprintf( __( '[ %s ] Your site invite' ), get_bloginfo( 'name' ) );
|
||||
return sprintf( __( '[%s] Your site invite' ), get_bloginfo( 'name' ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue