Ticket #3602 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: quinnhigurashi Assigned to: 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

01/17/07 03:26:14 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

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

01/17/07 03:26:39 changed by ryan

  • status changed from closed to reopened.
  • resolution deleted.
  • milestone changed from 2.2 to 2.0.8.

Fixed in 2.1. Reopening for inclusion in 2.0.8.

01/30/07 18:18:36 changed by markjaquith

  • status changed from reopened to closed.
  • resolution set to fixed.

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