Changeset 5560 for trunk/wp-admin/includes/bookmark.php
- Timestamp:
- 05/27/2007 05:21:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/bookmark.php
r5556 r5560 54 54 function wp_get_link_cats($link_id = 0) { 55 55 56 $cats = get_object_terms($link_id, 'link_category', ' get=ids');56 $cats = get_object_terms($link_id, 'link_category', 'fields=ids'); 57 57 58 58 return array_unique($cats);
Note: See TracChangeset
for help on using the changeset viewer.