Docs: Fix typo in pre_term_link filter description.

See #52628.
Built from https://develop.svn.wordpress.org/trunk@50562


git-svn-id: http://core.svn.wordpress.org/trunk@50175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-03-22 19:19:09 +00:00
parent 590d59e92f
commit 63fba77ec7
2 changed files with 2 additions and 2 deletions

View File

@ -4453,7 +4453,7 @@ function get_term_link( $term, $taxonomy = '' ) {
$termlink = $wp_rewrite->get_extra_permastruct( $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 * @since 4.9.0
* *

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.