From 91c72b74aade5a942564254537d9eee699b816c6 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 1 Apr 2010 14:37:38 +0000 Subject: [PATCH] s/hierarachical/hierarchical/g. Props JohnPBloch. git-svn-id: http://svn.automattic.com/wordpress/trunk@13915 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/taxonomy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index acb35c3b6..65b1cf00c 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -206,7 +206,7 @@ function is_taxonomy_hierarchical($taxonomy) { * * Optional $args contents: * - * hierarachical - has some defined purpose at other parts of the API and is a + * hierarchical - has some defined purpose at other parts of the API and is a * boolean value. * * update_count_callback - works much like a hook, in that it will be called @@ -2199,7 +2199,7 @@ function update_term_cache($terms, $taxonomy = '') { * option. That is the name of the taxonomy, immediately followed by '_children'. * * @param string $taxonomy Taxonomy Name - * @return array Empty if $taxonomy isn't hierarachical or returns children as Term IDs. + * @return array Empty if $taxonomy isn't hierarchical or returns children as Term IDs. */ function _get_term_hierarchy($taxonomy) { if ( !is_taxonomy_hierarchical($taxonomy) )