mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
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:
parent
20651de171
commit
b6281e857f
@ -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() {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user