Ticket #2466: 2466 (2.1 trunk).diff
File 2466 (2.1 trunk).diff, 351 bytes (added by , 19 years ago) |
---|
-
category.php
114 114 wp_cache_add($category, $_category, 'category'); 115 115 } 116 116 } 117 $_category = apply_filters('get_category', $_category); 117 118 118 119 if ( $output == OBJECT ) { 119 120 return $_category;