Make WordPress Core


Ignore:
Timestamp:
07/08/2008 12:14:06 AM (17 years ago)
Author:
ryan
Message:

Don't replace spaces with nbsp. This breaks wrapping. Props MtDewVirus. fixes #7259

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r8131 r8281  
    416416        $tag_id = $tag_ids[$tag];
    417417        $tag_link = clean_url($tag_links[$tag]);
    418         $tag = str_replace(' ', ' ', wp_specialchars( $tag ));
    419418        $a[] = "<a href='$tag_link' class='tag-link-$tag_id' title='" . attribute_escape( sprintf( __ngettext('%d topic','%d topics',$count), $count ) ) . "'$rel style='font-size: " .
    420419            ( $smallest + ( ( $count - $min_count ) * $font_step ) )
Note: See TracChangeset for help on using the changeset viewer.