Ticket #18294: 18294.patch
| File 18294.patch, 861 bytes (added by , 15 years ago) |
|---|
-
wp-includes/ms-functions.php
1826 1826 if ( empty( $details ) || is_wp_error( add_existing_user_to_blog( $details ) ) ) 1827 1827 wp_die( sprintf(__('An error occurred adding you to this site. Back to the <a href="%s">homepage</a>.'), site_url() ) ); 1828 1828 1829 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') );1829 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') ); 1830 1830 } 1831 1831 1832 1832 /**