Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#29842 closed enhancement (fixed)

Inconsistent description markup on edit-tags.php

Reported by: paulwilde's profile paulwilde Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.1 Priority: normal
Severity: normal Version: 4.1
Component: Taxonomy Keywords:
Focuses: ui Cc:

Description

The description for the Description field on edit-tags.php is a <span> whereas the rest use a <p>.

Patch attach changes the Description to a paragraph for styling/markup consistency.

Before: http://cl.ly/XqOo
After: http://cl.ly/Xpxb

Attachments (1)

29842.diff (1.0 KB) - added by paulwilde 11 years ago.

Download all attachments as: .zip

Change History (4)

@paulwilde
11 years ago

#1 @nacin
11 years ago

Looks good. We use <span class="description"> in a few other places, so I don't think this is a typo. But I'd be curious if any others should change.

#2 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 4.1
  • Owner set to SergeyBiryukov
  • Status changed from new to accepted

#3 @SergeyBiryukov
11 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 29820:

Use a more consistent markup on taxonomy and user screens.

props paulwilde.
fixes #29842.

Note: See TracTickets for help on using tickets.