Ticket #3602 (closed defect (bug): fixed)

Opened 5 years ago

Last modified 5 years ago

</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

comment:1   ryan5 years ago

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

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

comment:2   ryan5 years ago

  • 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.

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

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

Note: See TracTickets for help on using tickets.