Make WordPress Core


Ignore:
Timestamp:
03/23/2007 02:16:16 AM (19 years ago)
Author:
ryan
Message:

Castaways on Gilligan's Isle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/bookmark-template.php

    r5087 r5090  
    166166        return '';
    167167
    168     $cat_id = (int)
    169     $cats[0]; // Take the first cat.
     168    $cat_id = (int) $cats[0]; // Take the first cat.
    170169
    171170    $cat = get_category($cat_id);
Note: See TracChangeset for help on using the changeset viewer.