Make WordPress Core

Ticket #14740: 14740.diff

File 14740.diff, 474 bytes (added by scribu, 14 years ago)
  • wp-includes/taxonomy.php

     
    25792579        if ( !$post )
    25802580                return $taxonomies;
    25812581
    2582         $template = apply_filters('taxonomy_template', '%s: %l.');
     2582        $template = apply_filters('taxonomy_format', '%s: %l.');
    25832583
    25842584        foreach ( get_object_taxonomies($post) as $taxonomy ) {
    25852585                $t = (array) get_taxonomy($taxonomy);