Changeset 5560 for trunk/wp-includes/category.php
- Timestamp:
- 05/27/2007 05:21:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r5555 r5560 14 14 function &get_categories($args = '') { 15 15 // TODO Add back compat fields into each object. 16 // Set taxonomy to link_category if type=link 16 17 return get_terms('category', $args); 17 18 }
Note: See TracChangeset
for help on using the changeset viewer.