From ccb4474b4a2ed2b5bb54efc7ea49f6f5a6525ea8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 22 Mar 2021 19:17:45 +0000 Subject: [PATCH] Docs: Fix typo in `pre_term_link` filter description. See #52628. git-svn-id: https://develop.svn.wordpress.org/trunk@50562 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 07d1e44c44..7bf2fae19d 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/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 *