From d87fa561ab761974a29c8fe7558fa5e22d5f4b1d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 25 Aug 2021 14:38:12 +0000 Subject: [PATCH] Docs: Add missing `@since` tag for the `$check_signatures` parameter of `WP_Upgrader::run()`. This matches the `WP_Upgrader::download_package()` documentation more closely. Follow-up to [44954], [45262]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@51655 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-upgrader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/includes/class-wp-upgrader.php b/src/wp-admin/includes/class-wp-upgrader.php index 7ef1e5352a..72424cf407 100644 --- a/src/wp-admin/includes/class-wp-upgrader.php +++ b/src/wp-admin/includes/class-wp-upgrader.php @@ -244,6 +244,7 @@ class WP_Upgrader { * Download a package. * * @since 2.8.0 + * @since 5.2.0 Added the `$check_signatures` parameter. * @since 5.5.0 Added the `$hook_extra` parameter. * * @param string $package The URI of the package. If this is the full path to an