Changeset 1435 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 06/18/2004 12:22:09 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r1432 r1435 81 81 $result[$cat]['cat_ID'] = $cat; 82 82 $result[$cat]['checked'] = in_array($cat, $checked_categories); 83 $result[$cat]['cat_name'] = stripslashes(get_the_category_by_ID($cat));83 $result[$cat]['cat_name'] = get_the_category_by_ID($cat); 84 84 } 85 85
Note: See TracChangeset
for help on using the changeset viewer.