Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#21415 closed defect (bug) (fixed)

Typo in wp-admin/user-new.php

Reported by: lesteph's profile lesteph Owned by: ryan's profile ryan
Milestone: 3.5 Priority: normal
Severity: trivial Version: 3.0
Component: Administration Keywords: easy-fix has-patch commit
Focuses: Cc:

Description

The $_GET[update] array used to store confirmation messages in wp-admin/user-new.php following an attempt to create a new user by a site admin has a case 'newuserconfimation' (line 188). This phrase is also used in a redirect (line 127).

This should correct spelling of this should be 'newuserconfirmation' (i.e. with an extra r).

It's a small thing, but stumped me for a while as I was trying to customise this message.

Attachments (1)

21415.patch (1.2 KB) - added by Jayjdk 12 years ago.

Download all attachments as: .zip

Change History (6)

#1 @SergeyBiryukov
12 years ago

  • Keywords easy-fix added
  • Milestone changed from Awaiting Review to 3.5

@Jayjdk
12 years ago

#2 @Jayjdk
12 years ago

  • Keywords has-patch added; needs-patch removed

#3 @SergeyBiryukov
12 years ago

  • Keywords commit added

#4 @jamescollins
12 years ago

  • Summary changed from Type in wp-admin/user-new.php to Typo in wp-admin/user-new.php
  • Version changed from 3.4.1 to 3.0

Looks like this was introduced into WP in [12722] (as part of the WPMU merge).

#5 @ryan
12 years ago

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

In [21362]:

s/newuserconfimation/newuserconfirmation/

Props Jayjdk, lesteph
fixes #21415

Note: See TracTickets for help on using tickets.