Ticket #4506: general-template.php.patch
File general-template.php.patch, 501 bytes (added by , 18 years ago) |
---|
-
wp-includes/general-template.php
276 276 } 277 277 } 278 278 279 function single_tag_title($prefix = '', $display = true ) { 280 $tag = get_query_var('tag'); 281 $tag_name = get_term_by('slug', $tag, 'post_tag'); 282 echo $tag_name->name; 283 } 279 284 280 285 function single_month_title($prefix = '', $display = true ) { 281 286 global $wp_locale;