Opened 18 years ago
Closed 18 years ago
#3602 closed defect (bug) (fixed)
</p> should be <p> in wp-admin/user-edit.php line 115
Reported by: | quinnhigurashi | Owned by: | |
---|---|---|---|
Milestone: | 2.0.8 | Priority: | low |
Severity: | normal | Version: | 2.0.6 |
Component: | Administration | Keywords: | |
Focuses: | 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 (3)
Note: See
TracTickets for help on using
tickets.
(In [4758]) Markup fix from quinnhigurashi. fixes #3602