Ticket #14740: 14740.diff
File 14740.diff, 474 bytes (added by , 14 years ago) |
---|
-
wp-includes/taxonomy.php
2579 2579 if ( !$post ) 2580 2580 return $taxonomies; 2581 2581 2582 $template = apply_filters('taxonomy_ template', '%s: %l.');2582 $template = apply_filters('taxonomy_format', '%s: %l.'); 2583 2583 2584 2584 foreach ( get_object_taxonomies($post) as $taxonomy ) { 2585 2585 $t = (array) get_taxonomy($taxonomy);