diff --git a/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php b/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php index 0690983d37..f6d0703cea 100644 --- a/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php +++ b/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 ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 882abbcea4..bcee2bbac0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.