Changeset 15452 for branches/3.0/wp-signup.php
- Timestamp:
- 07/21/2010 08:10:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-signup.php
r15235 r15452 154 154 155 155 function signup_another_blog($blogname = '', $blog_title = '', $errors = '') { 156 global $current_user, $current_site; 156 global $current_site; 157 $current_user = wp_get_current_user(); 157 158 158 159 if ( ! is_wp_error($errors) ) { … … 198 199 199 200 function validate_another_blog_signup() { 200 global $wpdb, $ current_user, $blogname, $blog_title, $errors, $domain, $path;201 global $wpdb, $blogname, $blog_title, $errors, $domain, $path; 201 202 $current_user = wp_get_current_user(); 202 203 if ( !is_user_logged_in() )
Note: See TracChangeset
for help on using the changeset viewer.