Changeset 8572 for trunk/wp-includes/category.php
- Timestamp:
- 08/06/2008 08:31:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r8090 r8572 44 44 if ( 'link' == $args['type'] ) 45 45 $taxonomy = 'link_category'; 46 $categories = get_terms($taxonomy, $args);46 $categories = (array) get_terms($taxonomy, $args); 47 47 48 48 foreach ( array_keys($categories) as $k )
Note: See TracChangeset
for help on using the changeset viewer.