Changeset 19674 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 01/04/2012 07:29:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r19593 r19674 1735 1735 1736 1736 if ( empty( $details ) || is_wp_error( add_existing_user_to_blog( $details ) ) ) 1737 wp_die( sprintf(__('An error occurred adding you to this site. Back to the <a href="%s">homepage</a>.'), site_url() ) );1738 1739 wp_die( sprintf(__('You have been added to this site. Please visit the <a href="%s">homepage</a> or <a href="%s">log in</a> using your username and password.'), site_url(), admin_url() ), __('Success') );1737 wp_die( sprintf(__('An error occurred adding you to this site. Back to the <a href="%s">homepage</a>.'), home_url() ) ); 1738 1739 wp_die( sprintf(__('You have been added to this site. Please visit the <a href="%s">homepage</a> or <a href="%s">log in</a> using your username and password.'), home_url(), admin_url() ), __('Success') ); 1740 1740 } 1741 1741
Note: See TracChangeset
for help on using the changeset viewer.