Docs: Add `@since` entry for `WP_Automatic_Updater::after_core_update()`, introduced in [25841].

See #41017, #29086.

git-svn-id: https://develop.svn.wordpress.org/trunk@41914 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-10-18 17:47:34 +00:00
parent a7c6a25eba
commit dca34e10d5
1 changed files with 1 additions and 1 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.
*/