Make WordPress Core


Ignore:
Timestamp:
04/01/2010 02:37:38 PM (15 years ago)
Author:
nacin
Message:

s/hierarachical/hierarchical/g. Props JohnPBloch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r13845 r13915  
    207207 * Optional $args contents:
    208208 *
    209  * hierarachical - has some defined purpose at other parts of the API and is a
     209 * hierarchical - has some defined purpose at other parts of the API and is a
    210210 * boolean value.
    211211 *
     
    22002200 *
    22012201 * @param string $taxonomy Taxonomy Name
    2202  * @return array Empty if $taxonomy isn't hierarachical or returns children as Term IDs.
     2202 * @return array Empty if $taxonomy isn't hierarchical or returns children as Term IDs.
    22032203 */
    22042204function _get_term_hierarchy($taxonomy) {
Note: See TracChangeset for help on using the changeset viewer.