Changeset 13915 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 04/01/2010 02:37:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r13845 r13915 207 207 * Optional $args contents: 208 208 * 209 * hierar achical - has some defined purpose at other parts of the API and is a209 * hierarchical - has some defined purpose at other parts of the API and is a 210 210 * boolean value. 211 211 * … … 2200 2200 * 2201 2201 * @param string $taxonomy Taxonomy Name 2202 * @return array Empty if $taxonomy isn't hierar achical or returns children as Term IDs.2202 * @return array Empty if $taxonomy isn't hierarchical or returns children as Term IDs. 2203 2203 */ 2204 2204 function _get_term_hierarchy($taxonomy) {
Note: See TracChangeset
for help on using the changeset viewer.