From dca34e10d5e1de04f110e6a8d9571343507e355a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 18 Oct 2017 17:47:34 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-automatic-updater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-automatic-updater.php b/src/wp-admin/includes/class-wp-automatic-updater.php index fbde7320d0..048ab1ceff 100644 --- a/src/wp-admin/includes/class-wp-automatic-updater.php +++ b/src/wp-admin/includes/class-wp-automatic-updater.php @@ -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. */