Changeset 5553 for trunk/wp-admin/includes/template.php
- Timestamp:
- 05/26/2007 06:54:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r5543 r5553 99 99 } 100 100 101 $cats = get_categories("child_of=$parent&hide_empty=0& get=ids");101 $cats = get_categories("child_of=$parent&hide_empty=0&fields=ids"); 102 102 $result = array (); 103 103
Note: See TracChangeset
for help on using the changeset viewer.