Changeset 6308
- Timestamp:
- 11/03/2007 04:09:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-links-opml.php
r6195 r6308 27 27 $cats = get_categories("type=link&hierarchical=0"); 28 28 else 29 $cats = array (get_category($link_cat));29 $cats = get_categories('type=link&hierarchical=0&include='.$link_cat); 30 30 31 31 foreach ((array) $cats as $cat) {
Note: See TracChangeset
for help on using the changeset viewer.