Ticket #4812: patch.txt
| File patch.txt, 477 bytes (added by , 18 years ago) |
|---|
| Line | |
|---|---|
| 1 | Index: wp-includes/general-template.php |
| 2 | =================================================================== |
| 3 | --- wp-includes/general-template.php (revision 5939) |
| 4 | +++ wp-includes/general-template.php (working copy) |
| 5 | @@ -194,7 +194,7 @@ |
| 6 | if ( !empty($tag) ) { |
| 7 | $tag = get_term($tag, 'post_tag'); |
| 8 | if ( ! empty($tag->name) ) |
| 9 | - $title = apply_filters('single_tag_title', $tag->slug); |
| 10 | + $title = apply_filters('single_tag_title', $tag->name); |
| 11 | } |
| 12 | |
| 13 | // If there's an author |