[wp-trac] [WordPress Trac] #20290: Padding (— ) doesn't show in posts-list-table when title is a link
WordPress Trac
wp-trac at lists.automattic.com
Fri Mar 23 13:15:52 UTC 2012
#20290: Padding (—) doesn't show in posts-list-table when title is a link
--------------------------+-----------------------------
Reporter: szaqal21 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: UI | Version: 3.3.1
Severity: normal | Keywords: has-patch
--------------------------+-----------------------------
Padding (—) doesn't show in posts-list-table if title is a link it
seems like it is being cutted. When it isn't a link mdash; is visible.
I've managed to fix it by modifying line 520 like so:
$pad = str_repeat( '— ', $level ); - hanged " " to entity
 
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20290>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list