Docs: Add a missing summary and `@since` version to the DocBlock for `_maybe_update_core()`.

Introduced in [10583].

See #32246.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-12-17 16:38:26 +00:00
parent 20651de171
commit b6281e857f
2 changed files with 5 additions and 1 deletions

View File

@ -582,6 +582,10 @@ function wp_get_update_data() {
}
/**
* Determines whether core should be updated.
*
* @since 2.8.0
*
* @global string $wp_version
*/
function _maybe_update_core() {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35984';
$wp_version = '4.5-alpha-35985';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.