From 9114d746bbe1754d7bca295c1d3a414db1291f76 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 27 Feb 2023 22:53:44 +0000 Subject: [PATCH] Docs: Fix erroneous @since mention in `wp_internal_hosts` hook. Follow-up to [55289]. Props wildworks, SergeyBiryukov, simongomes02. Fixes #57796. git-svn-id: https://develop.svn.wordpress.org/trunk@55428 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/link-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index c151994cce..cbf5f2d760 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -4742,7 +4742,7 @@ function wp_internal_hosts() { /** * Filters the array of URL hosts which are considered internal. * - * @since 6.2.9 + * @since 6.2.0 * * @param array $internal_hosts An array of internal URL hostnames. */