Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#7158 closed defect (bug) (fixed)

no need colon

Reported by: mypatricks's profile mypatricks Owned by: ryan's profile ryan
Milestone: 2.6 Priority: normal
Severity: normal Version: 2.5.1
Component: Administration Keywords: style has-patch commit
Focuses: Cc:

Description

in profile update, all title tag has no colon, except edit password filed.

308 	    <th><label for="pass1"><?php _e('New Password:'); ?></label></th>

312 	        <p><strong><?php _e('Password Strength:'); ?></strong></p>

Attachments (1)

7158.diff (1.4 KB) - added by thee17 16 years ago.
A correction to fix this ticket.

Download all attachments as: .zip

Change History (3)

@thee17
16 years ago

A correction to fix this ticket.

#1 @thee17
16 years ago

  • Component changed from General to Administration
  • Keywords has-patch commit added
  • Milestone changed from 2.7 to 2.6

#2 @ryan
16 years ago

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

(In [8174]) Remove colons from field names. Props thee17. fixes #7158

Note: See TracTickets for help on using tickets.