mirror of
git://develop.git.wordpress.org/
synced 2025-02-07 08:04:27 +01:00
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:
parent
a99a48c3b9
commit
e5ad18117c
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user