diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 07d1e44c44..7bf2fae19d 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -4453,7 +4453,7 @@ function get_term_link( $term, $taxonomy = '' ) { $termlink = $wp_rewrite->get_extra_permastruct( $taxonomy ); /** - * Filters the permalink structure for a terms before token replacement occurs. + * Filters the permalink structure for a term before token replacement occurs. * * @since 4.9.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index cfc1a35363..11c4c93c12 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50561'; +$wp_version = '5.8-alpha-50562'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.