mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00: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…
Reference in New Issue
Block a user