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:
Sergey Biryukov 2017-10-18 17:48:49 +00:00
parent ae538512c3
commit 4dd637acde
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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.