Make WordPress Core


Ignore:
Timestamp:
10/21/2017 10:41:57 PM (9 years ago)
Author:
johnbillion
Message:

Docs: Correct docs introduced in [41965].

See #16778

File:
1 edited

Legend:

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

    r41965 r41967  
    114114         *     @type string $mysql              MySQL version number.
    115115         *     @type string $local_package      The value of the $wp_local_package global, when set.
    116          *     @type int    $blogs              Number of blogs on this WordPress install.
    117          *     @type int    $users              Number of sites on this WordPress install.
    118          *     @type int    $multisite_enabled  Whether this WordPress install uses multisite.
     116         *     @type int    $blogs              Number of sites on this WordPress installation.
     117         *     @type int    $users              Number of users on this WordPress installation.
     118         *     @type int    $multisite_enabled  Whether this WordPress installation uses Multisite.
    119119         *     @type int    $initial_db_version Database version of WordPress at time of installation.
    120120         * }
Note: See TracChangeset for help on using the changeset viewer.