Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#21415 closed defect (bug) (fixed)

Typo in wp-admin/user-new.php

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

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 14 years ago.

Download all attachments as: .zip

Change History (6)

#1 @SergeyBiryukov
14 years ago

  • Keywords easy-fix added
  • Milestone Awaiting Review3.5

@Jayjdk
14 years ago

#2 @Jayjdk
14 years ago

  • Keywords has-patch added; needs-patch removed

#3 @SergeyBiryukov
14 years ago

  • Keywords commit added

#4 @jamescollins
14 years ago

  • Summary Type in wp-admin/user-new.phpTypo in wp-admin/user-new.php
  • Version 3.4.13.0

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

#5 @ryan
14 years ago

  • Owner set to ryan
  • Resolutionfixed
  • Status newclosed

In [21362]:

s/newuserconfimation/newuserconfirmation/

Props Jayjdk, lesteph
fixes #21415

Note: See TracTickets for help on using tickets.