Make WordPress Core


Ignore:
Timestamp:
01/28/2016 03:34:02 AM (9 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-roles.php

    r35170 r36416  
    134134     *
    135135     * Recreates the role objects. This is typically called only by switch_to_blog()
    136      * after switching wpdb to a new blog ID.
     136     * after switching wpdb to a new site ID.
    137137     *
    138138     * @since 3.5.0
Note: See TracChangeset for help on using the changeset viewer.