From e5ad18117cbfcc623e94ccffd9a1356afbf45760 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 11 Oct 2022 09:54:12 +0000 Subject: [PATCH] Taxonomy: Correct an invalid `@param` tag. See #55646 git-svn-id: https://develop.svn.wordpress.org/trunk@54471 602fd350-edb4-49c9-b593-d223f7449a82 --- .../rest-api/endpoints/class-wp-rest-taxonomies-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php b/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php index 0690983d37..f6d0703cea 100644 --- a/src/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php +++ b/src/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 ) {