Changeset 47122 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r47105 r47122 582 582 /** This filter is documented in wp-includes/ms-blogs.php */ 583 583 do_action( 'switch_blog', $new_blog_id, $prev_blog_id, 'restore' ); 584 // If we still have items in the switched stack, consider ourselves still 'switched' 584 // If we still have items in the switched stack, consider ourselves still 'switched'. 585 585 $GLOBALS['switched'] = ! empty( $GLOBALS['_wp_switched_stack'] ); 586 586 return true; … … 617 617 do_action( 'switch_blog', $new_blog_id, $prev_blog_id, 'restore' ); 618 618 619 // If we still have items in the switched stack, consider ourselves still 'switched' 619 // If we still have items in the switched stack, consider ourselves still 'switched'. 620 620 $GLOBALS['switched'] = ! empty( $GLOBALS['_wp_switched_stack'] ); 621 621 … … 761 761 762 762 if ( ! empty( $deprecated ) ) { 763 _deprecated_argument( __FUNCTION__, 'MU' ); // never used763 _deprecated_argument( __FUNCTION__, 'MU' ); // Never used. 764 764 } 765 765
Note: See TracChangeset
for help on using the changeset viewer.