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() {