Make WordPress Core

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's profile 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)

#1 @ryan
18 years ago

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

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

#2 @ryan
18 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.

#3 @markjaquith
18 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.