Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#20290 closed defect (bug) (invalid)

Padding (—) doesn't show in posts-list-table when title is a link

Reported by: szaqal21's profile szaqal21 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)

#1 @szaqal21
13 years ago

  • Resolution set to invalid
  • Status changed from new to closed

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.

#2 @helenyhou
13 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.