Docs: Update @since for populate_site_meta().

Fixes #44896.


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


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

View File

@ -1296,7 +1296,7 @@ We hope you enjoy your new site. Thanks!
/**
* Creates WordPress site meta and sets the default values.
*
* @since 5.0.0
* @since 5.1.0
*
* @global wpdb $wpdb WordPress database abstraction object.
*

View File

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