Make WordPress Core


Ignore:
Timestamp:
10/26/2016 03:38:48 AM (10 years ago)
Author:
jeremyfelt
Message:

Multisite: Replace get_blog_details() in inline documentation.

Some documentation is now out of date and some can be replaced with a mention of get_site().

Fixes #37102.

File:
1 edited

Legend:

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

    r38904 r38943  
    212212        /*
    213213         * @todo
    214          * get_blog_details(), caching, etc. Consider alternative optimization routes,
     214         * caching, etc. Consider alternative optimization routes,
    215215         * perhaps as an opt-in for plugins, rather than using the pre_* filter.
    216216         * For example: The segments filter can expand or ignore paths.
     
    244244
    245245        if ( $site ) {
    246                 // @todo get_blog_details()
    247246                return $site;
    248247        }
Note: See TracChangeset for help on using the changeset viewer.