Changeset 20543
- Timestamp:
- 04/19/2012 11:00:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/wp-includes/ms-functions.php
r19504 r20543 1897 1897 function welcome_user_msg_filter( $text ) { 1898 1898 if ( !$text ) { 1899 return __( 'Dear User, 1899 remove_filter( 'site_option_welcome_user_email', 'welcome_user_msg_filter' ); 1900 $text = __( 'Dear User, 1900 1901 1901 1902 Your new account is set up. … … 1909 1910 1910 1911 --The Team @ SITE_NAME' ); 1912 update_site_option( 'welcome_user_email', $text ); 1911 1913 } 1912 1914 return $text;
Note: See TracChangeset
for help on using the changeset viewer.