Make WordPress Core


Ignore:
Timestamp:
01/28/2016 03:50:26 AM (10 years ago)
Author:
ericlewis
Message:

Networks and sites: Replace "blog" usage with "site" in docs.

Multisite functions use the term "blog" to refer to what we now call a "site," e.g. get_current_blog_id(). These functions are here to stay because of our commitment to backwards compatibility. What we can do is set the documentation straight.

See #35417.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-user-query.php

    r35916 r36417  
    141141     *     Optional. Array or string of Query parameters.
    142142     *
    143      *     @type int          $blog_id             The site ID. Default is the global blog id.
     143     *     @type int          $blog_id             The site ID. Default is the current site.
    144144     *     @type string|array $role                An array or a comma-separated list of role names that users must match
    145145     *                                             to be included in results. Note that this is an inclusive list: users
Note: See TracChangeset for help on using the changeset viewer.