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