#20290 closed defect (bug) (invalid)
Padding (—) doesn't show in posts-list-table when title is a link
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3.1 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
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  
Change History (2)
Note: See
TracTickets for help on using
tickets.
Problem wasn't in the wp-posts-list-table but in Pages children plugin. This plugin uses jQuery to remove padding from title. That's why it wasn't visible.