Ticket #3602 (closed defect (bug): fixed)
</p> should be <p> in wp-admin/user-edit.php line 115
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.0.8 |
| Component: | Administration | Version: | 2.0.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This is a really tiny bug and first time reporting a bug here for me. Anyway..
wp-admin/user-edit.php line 115
</p><label><?php _e('Display name publicly as:') ?> <br />
should be
<p><label><?php _e('Display name publicly as:') ?> <br />
That's all!
Change History
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from 2.2 to 2.0.8
Fixed in 2.1. Reopening for inclusion in 2.0.8.
comment:3
markjaquith — 5 years ago
- Status changed from reopened to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

(In [4758]) Markup fix from quinnhigurashi. fixes #3602