Docs: Update @since for populate_network_meta().

Fixes #44895.


Built from https://develop.svn.wordpress.org/trunk@44449


git-svn-id: http://core.svn.wordpress.org/trunk@44280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-01-08 03:17:49 +00:00
parent eee2e5f1d8
commit 1d25a903c4
2 changed files with 2 additions and 2 deletions

View File

@ -1121,7 +1121,7 @@ function populate_network( $network_id = 1, $domain = '', $email = '', $site_nam
/**
* Creates WordPress network meta and sets the default values.
*
* @since 5.0.0
* @since 5.1.0
*
* @global wpdb $wpdb WordPress database abstraction object.
* @global int $wp_db_version WordPress database version.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44448';
$wp_version = '5.1-alpha-44449';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.