s/hierarachical/hierarchical/g. Props JohnPBloch.

git-svn-id: http://svn.automattic.com/wordpress/trunk@13915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-04-01 14:37:38 +00:00
parent 3793a4fee2
commit 91c72b74aa
1 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ function is_taxonomy_hierarchical($taxonomy) {
* *
* Optional $args contents: * 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. * boolean value.
* *
* update_count_callback - works much like a hook, in that it will be called * 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'. * option. That is the name of the taxonomy, immediately followed by '_children'.
* *
* @param string $taxonomy Taxonomy Name * @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) { function _get_term_hierarchy($taxonomy) {
if ( !is_taxonomy_hierarchical($taxonomy) ) if ( !is_taxonomy_hierarchical($taxonomy) )