Make WordPress Core


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

Castaways on Gilligan's Isle

File:
1 edited

Legend:

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

    r5087 r5090  
    6565    $id = (int) $id;
    6666    if ( !$id )
    67         $id = (int)
    68         $post->ID;
     67        $id = (int) $post->ID;
    6968
    7069    if ( !isset($category_cache[$blog_id][$id]) )
Note: See TracChangeset for help on using the changeset viewer.