Show
Ignore:
Timestamp:
05/27/05 06:10:41 (4 years ago)
Author:
matt
Message:

Bad cat ID cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/functions.php

    r2612 r2616  
    543543    if ( empty($category) ) 
    544544        return null; 
     545 
     546    $category = (int) $category; 
    545547 
    546548    if ( ! isset($cache_categories))