Ticket #11112: get_term.diff
File get_term.diff, 441 bytes (added by , 15 years ago) |
---|
-
wp-includes/taxonomy.php
325 325 } 326 326 } 327 327 328 if ( ! is_object($_term) ) 329 return null; 330 328 331 $_term = apply_filters('get_term', $_term, $taxonomy); 329 332 $_term = apply_filters("get_$taxonomy", $_term, $taxonomy); 330 333 $_term = sanitize_term($_term, $taxonomy, $filter);