Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#3221 closed enhancement (fixed)

<br /> Missing in user-edit.php

Reported by: xmion's profile Xmion Owned by: nazgul's profile Nazgul
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

Line
159 - <p><label><?php _e('Jabber / Google Talk:') ?>
159 + <p><label><?php _e('Jabber / Google Talk:') ?><br />

Attachments (1)

3221.diff (1006 bytes) - added by Nazgul 18 years ago.

Download all attachments as: .zip

Change History (5)

#1 @Xmion
18 years ago

Line

159  -  <p><label><?php _e('Jabber / Google Talk:') ?>

159  +  <p><label><?php _e('Jabber / Google Talk:') ?><br />

#2 @Xmion
18 years ago

<br /> even missing in profile.php line 91

@Nazgul
18 years ago

#3 @Nazgul
18 years ago

  • Keywords has-patch added
  • Owner changed from anonymous to Nazgul
  • Status changed from new to assigned

Patch which adds the two missing <br /> tags added.

#4 @markjaquith
18 years ago

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

(In [4447]) Restore 2x missing <br />. Props Nazgul and Xmion. fixes #3221

Note: See TracTickets for help on using tickets.