From ecfc9872d73fe3397676c01618a5c1f2deafc41b Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 11 Mar 2019 12:58:28 +0000 Subject: [PATCH] General: Add missing `@since` annotation for `wp_get_direct_php_update_url()`. Missed in [44815]. Props birgire. See #46074. git-svn-id: https://develop.svn.wordpress.org/trunk@44829 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index b2485fd22b..c4a2b8ed1b 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -6825,6 +6825,8 @@ function wp_update_php_annotation() { * by using the {@see 'wp_direct_php_update_url'} filter. This allows hosts to send users directly to * the page where they can update PHP to a newer version. * + * @since 5.1.1 + * * @return string URL for directly updating PHP or empty string. */ function wp_get_direct_php_update_url() {