From b0890afdfb60270e326a866dcbff22b2fdb969bd Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 11 Oct 2022 09:56:11 +0000 Subject: [PATCH] Taxonomy: Correct an invalid `@param` tag. See #55646 Built from https://develop.svn.wordpress.org/trunk@54471 git-svn-id: http://core.svn.wordpress.org/trunk@54030 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../rest-api/endpoints/class-wp-rest-taxonomies-controller.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php index 0690983d37..f6d0703cea 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php +++ b/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php @@ -295,7 +295,7 @@ class WP_REST_Taxonomies_Controller extends WP_REST_Controller { * * @since 6.1.0 * - * @param @param WP_Taxonomy $taxonomy The taxonomy. + * @param WP_Taxonomy $taxonomy The taxonomy. * @return array Links for the given taxonomy. */ protected function prepare_links( $taxonomy ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 882abbcea4..bcee2bbac0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta3-54470'; +$wp_version = '6.1-beta3-54471'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.