WordPress.org

Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#3602 closed defect (bug) (fixed)

</p> should be <p> in wp-admin/user-edit.php line 115

Reported by: quinnhigurashi Owned by: anonymous
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 (3)

comment:1 ryan6 years ago

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

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

comment:2 ryan6 years ago

  • Milestone changed from 2.2 to 2.0.8
  • Resolution fixed deleted
  • Status changed from closed to reopened

Fixed in 2.1. Reopening for inclusion in 2.0.8.

comment:3 markjaquith6 years ago

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

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

Note: See TracTickets for help on using tickets.