Opened 12 years ago
Closed 12 years ago
#29842 closed enhancement (fixed)
Inconsistent description markup on edit-tags.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (4)
Note: See
TracTickets for help on using
tickets.
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.