From 95eff833c821f70bdd9dacf73116de1c37fab3f8 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 25 Oct 2011 16:07:14 +0000 Subject: [PATCH] Remove duplicate word in docs. props SergeyBiryukov, fixes #18986. git-svn-id: https://develop.svn.wordpress.org/trunk@19065 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 2853a279c2..4ee97589ce 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -257,7 +257,7 @@ function is_taxonomy_hierarchical($taxonomy) { * * update_count_callback - works much like a hook, in that it will be called when the count is updated. * Defaults to _update_post_term_count() for taxonomies attached to post types, which then confirms - * that the objects are then published before counting them. + * that the objects are published before counting them. * Defaults to _update_generic_term_count() for taxonomies attached to other object types, such as links. * * rewrite - false to prevent rewrite, or array('slug'=>$slug) to customize