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
This commit is contained in:
parent
f9db66d504
commit
b0890afdfb
|
@ -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 ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue