Changeset 14404 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 05/03/2010 08:26:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r14374 r14404 1326 1326 if ( empty( $details ) || is_wp_error( add_existing_user_to_blog( $details ) ) ) 1327 1327 wp_die( sprintf(__('An error occurred adding you to this site. Back to the <a href="%s">homepage</a>.'), site_url() ) ); 1328 1328 1329 1329 wp_die( sprintf(__('You have been added to this site. Please visit the <a href="%s">homepage</a> or <a href="%s">login</a> using your username and password.'), site_url(), admin_url() ), __('Success') ); 1330 1330 }
Note: See TracChangeset
for help on using the changeset viewer.