Taxonomy: Correct an invalid @param tag.

See #55646


git-svn-id: https://develop.svn.wordpress.org/trunk@54471 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2022-10-11 09:54:12 +00:00
parent a99a48c3b9
commit e5ad18117c

View File

@ -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 ) {