Changeset 1445
- Timestamp:
- 08/25/08 16:03:04 (3 months ago)
- Files:
-
- trunk/wp-includes/wpmu-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/wpmu-functions.php
r1442 r1445 1963 1963 delete_option( 'new_user_' . $key ); 1964 1964 do_action( "added_existing_user", $details[ 'user_id' ] ); 1965 wp_die( sprintf(__('You have been added to this blog. Please visit the <a href="%s">homepage</a> or <a href="%s">login</a> using your username and password.'), site_url(), site_url( '/wp-admin/' ) ) ;1965 wp_die( sprintf(__('You have been added to this blog. Please visit the <a href="%s">homepage</a> or <a href="%s">login</a> using your username and password.'), site_url(), site_url( '/wp-admin/' ) ) ); 1966 1966 } 1967 1967 }
