Changeset 4007

Show
Ignore:
Timestamp:
07/10/06 16:11:43 (2 years ago)
Author:
ryan
Message:

get_category filter form majelbstoat. fixes #2466

Files:

Legend:

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

    r3843 r4007  
    116116    } 
    117117 
     118    $_category = apply_filters('get_category', $_category); 
     119 
    118120    if ( $output == OBJECT ) { 
    119121        return $_category;