Make WordPress Core


Ignore:
Timestamp:
08/31/2016 05:03:37 AM (10 years ago)
Author:
wonderboymusic
Message:

Multisite: use get_current_site() instead of $GLOBALS['current_site'] (stop yelling!) in a few remaining spots.

See #37699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-deprecated.php

    r37985 r38458  
    2929        return get_blog_details( $blog );
    3030
    31     return get_blog_details( $GLOBALS['current_site']->blog_id );
     31    return get_blog_details( get_current_site()->blog_id );
    3232}
    3333
Note: See TracChangeset for help on using the changeset viewer.