Changeset 5087 for trunk/wp-includes/bookmark-template.php
- Timestamp:
- 03/23/2007 12:59:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark-template.php
r5056 r5087 166 166 return ''; 167 167 168 $cat_id = $cats[0]; // Take the first cat. 168 $cat_id = (int) 169 $cats[0]; // Take the first cat. 169 170 170 171 $cat = get_category($cat_id);
Note: See TracChangeset
for help on using the changeset viewer.