Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#33822 closed enhancement (invalid)

Double action declaration

Reported by: alexalexandru's profile AlexAlexandru Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.4
Component: Login and Registration Keywords:
Focuses: Cc:

Description

In wp-login.php

do_action( 'retreive_password', $user_login );

is twice

Attachments (1)

33822.patch (543 bytes) - added by AlexAlexandru 9 years ago.
Path

Download all attachments as: .zip

Change History (3)

@AlexAlexandru
9 years ago

Path

#1 @dd32
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Hi @AlexAlexandru and welcome to Trac!

The action in question here is not actually duplicated, one contains a spelling mistake retreive_password verses retrieve_password and is documented as being so. You should only use the retrieve_password action.

#2 @AlexAlexandru
9 years ago

Oh yes my bad.

Note: See TracTickets for help on using tickets.