s/hierarachical/hierarchical/g. Props JohnPBloch.

git-svn-id: https://develop.svn.wordpress.org/trunk@13915 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-01 14:37:38 +00:00
parent 90dd44e0c2
commit 9781730e1c
1 changed files with 2 additions and 2 deletions

View File

@ -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) )