Changeset 1426
- Timestamp:
- 08/15/08 17:05:59 (4 months ago)
- Files:
-
- trunk/wp-admin/users.php (modified) (1 diff)
- trunk/wp-includes/wpmu-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/users.php
r1395 r1426 515 515 <?php wp_nonce_field('add-user') ?> 516 516 <input type='hidden' name='action' value='addexistinguser'> 517 <p><?php _e('Type the e-mail address of another user to add them to your blog. ')?></p>517 <p><?php _e('Type the e-mail address of another user to add them to your blog. They will be sent a confirmation email with a link to click before they are added.')?></p> 518 518 519 519 <table class="form-table"> trunk/wp-includes/wpmu-functions.php
r1413 r1426 1961 1961 if( is_array( $details ) ) { 1962 1962 add_user_to_blog( '', $details[ 'user_id' ], $details[ 'role' ] ); 1963 delete_option( 'new_user_' . $key ); 1963 1964 do_action( "added_existing_user", $details[ 'user_id' ] ); 1964 1965 wp_die( 'You have been added to this blog. Please visit the <a href="' . site_url() . '">homepage</a> or <a href="' . site_url( '/wp-admin/' ) . '">login</a> using your username and password.' );
