Changeset 8281

Show
Ignore:
Timestamp:
07/08/08 00:14:06 (2 months ago)
Author:
ryan
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 ) )