Make WordPress Core

Ticket #2466: 2466 (2.1 trunk).diff

File 2466 (2.1 trunk).diff, 351 bytes (added by majelbstoat, 19 years ago)

2.1 trunk patch that adds get_category filter.

  • category.php

     
    114114                        wp_cache_add($category, $_category, 'category');
    115115                }
    116116        }
     117        $_category = apply_filters('get_category', $_category);
    117118
    118119        if ( $output == OBJECT ) {
    119120                return $_category;