﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
13243,"Twenty Ten: spacing issue, &nbsp;",zeo,2nd-opinion,"There more I dive in Twenty Ten, feels like wanna vomit. LOL

There's few issue with spacing and the use `&nbsp;` for spacing. Probably someone could shed some light on this one. I think it's useless for me or to anyone to create patch if there's no guideline or direction to where this is going.

Which one would Twenty Ten use: normal spacing (spacebar) or &nbsp; ?

Example taken from current twentyten: 

twentyten/functions.php:line 271
{{{
<?php edit_comment_link( __( '(Edit)', 'twentyten' ),'  ','' ); ?></div>
}}}

twentyten/functions.php:line 282
{{{
<?php edit_comment_link ( __('edit', 'twentyten'), '&nbsp;&nbsp;', '' ); ?></p>
}}}

If this decided, it might lead to various code cleanup. You probably see there's an unnecessary spacing here: `edit_comment_link ( __(`",enhancement,closed,low,,Themes,3.0,minor,duplicate,,zeo@…
