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.