Make WordPress Core


Ignore:
Timestamp:
10/26/2016 03:38:48 AM (7 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-deprecated.php

    r38902 r38943  
    2020 * @since MU
    2121 * @deprecated 3.1.0 Use get_site()
    22  * @see get_blog_details()
    23  *
    24  * @return int Current site ID.
     22 * @see get_site()
     23 *
     24 * @return WP_Site Current site object.
    2525 */
    2626function get_dashboard_blog() {
Note: See TracChangeset for help on using the changeset viewer.