Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26441 closed defect (bug) (fixed)

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

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

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 11 years ago.

Download all attachments as: .zip

Change History (6)

@Latz
11 years ago

#1 @Latz
11 years ago

  • Keywords has-patch added

#2 @matt
11 years ago

  • Milestone changed from Awaiting Review to 3.8
  • Priority changed from normal to low
  • Severity changed from normal to minor

#3 @nacin
11 years ago

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

#4 @nacin
11 years ago

In 26724:

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

#5 @nacin
11 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.