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/functions.php

    r36336 r36417  
    13351335
    13361336/**
    1337  * Test whether blog is already installed.
     1337 * Test whether WordPress is already installed.
    13381338 *
    13391339 * The cache will be checked first. If you have a cache plugin, which saves
     
    13471347 * @global wpdb $wpdb WordPress database abstraction object.
    13481348 *
    1349  * @return bool Whether the blog is already installed.
     1349 * @return bool Whether the site is already installed.
    13501350 */
    13511351function is_blog_installed() {
Note: See TracChangeset for help on using the changeset viewer.