Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#26441 closed defect (bug) (fixed)

wp-admin/options-discussion.php: Assign correct format to description

Reported by: Latz Owned by:
Priority: low Milestone: 3.8
Component: Administration Version: 3.8
Severity: minor Keywords: has-patch
Cc: Focuses:

Description

All setting description have the new class "description" assigned to them except in wp-admin/options-discussion.php.
Replace <small><em> with <p class="description">

Attachments (1)

26441.diff (749 bytes ) - added by Latz 13 years ago.

Download all attachments as: .zip

Change History (6)

@Latz
13 years ago

#1 @Latz
13 years ago

  • Keywords has-patch added

#2 @matt
13 years ago

  • Milestone Awaiting Review3.8
  • Priority normallow
  • Severity normalminor

#3 @nacin
13 years ago

p.description isn't new, and this text has "deliberately" used <small> for years. Fine with changing it, through.

#4 @nacin
13 years ago

In 26724:

Use p.description instead of <small> on the discussion settings page. see #26441.

#5 @nacin
13 years ago

  • Resolutionfixed
  • Status newclosed
Note: See TracTickets for help on using tickets.