mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Docs: Add @since
entry for WP_Automatic_Updater::after_core_update()
, introduced in [25841].
See #41017, #29086. Built from https://develop.svn.wordpress.org/trunk@41914 git-svn-id: http://core.svn.wordpress.org/trunk@41748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ae538512c3
commit
4dd637acde
@ -479,7 +479,7 @@ class WP_Automatic_Updater {
|
||||
* If we tried to perform a core update, check if we should send an email,
|
||||
* and if we need to avoid processing future updates.
|
||||
*
|
||||
* @since Unknown
|
||||
* @since 3.7.0
|
||||
*
|
||||
* @param object $update_result The result of the core update. Includes the update offer and result.
|
||||
*/
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-beta2-41913';
|
||||
$wp_version = '4.9-beta2-41914';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user