From 5170ad3bacff607fff06f10b62db30e61eff9cbc Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 27 Feb 2023 22:55:22 +0000 Subject: [PATCH] Docs: Fix erroneous @since mention in `wp_internal_hosts` hook. Follow-up to [55289]. Props wildworks, SergeyBiryukov, simongomes02. Fixes #57796. Built from https://develop.svn.wordpress.org/trunk@55428 git-svn-id: http://core.svn.wordpress.org/trunk@54961 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/link-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index c151994cce..cbf5f2d760 100644 --- a/wp-includes/link-template.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 0f8006aba3..499dec1f2d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta3-55427'; +$wp_version = '6.2-beta3-55428'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.