Changeset 15332
- Timestamp:
- 06/25/2010 04:17:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-blogs.php
r15331 r15332 408 408 } 409 409 410 if ( !did_action('init') ) {410 if ( did_action('init') ) { 411 411 $current_user = wp_get_current_user(); 412 412 if ( is_object( $current_user ) ) … … 464 464 } 465 465 466 if ( !did_action('init') ) {466 if ( did_action('init') ) { 467 467 $current_user = wp_get_current_user(); 468 468 if ( is_object( $current_user ) )
Note: See TracChangeset
for help on using the changeset viewer.