Changeset 5092 for branches/2.1/wp-includes/bookmark-template.php
- Timestamp:
- 03/23/07 03:18:00 (2 years ago)
- Files:
-
- branches/2.1/wp-includes/bookmark-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/wp-includes/bookmark-template.php
r5057 r5092 166 166 return ''; 167 167 168 $cat_id = $cats[0]; // Take the first cat.168 $cat_id = (int) $cats[0]; // Take the first cat. 169 169 170 170 $cat = get_category($cat_id);
