Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#31015 closed defect (bug) (fixed)

Pass $force_reauth value in wp_login_link() filter

Reported by: jfarthing84's profile jfarthing84 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.2 Priority: normal
Severity: normal Version:
Component: Login and Registration Keywords: needs-patch
Focuses: Cc:

Description

The value of $force_reauth should be passed to the login_url filter in wp_login_url().

Attachments (2)

31015.patch (511 bytes) - added by jfarthing84 10 years ago.
31015.2.diff (640 bytes) - added by MikeHansenMe 10 years ago.
Added docs and relative to trunk src folder

Download all attachments as: .zip

Change History (7)

@jfarthing84
10 years ago

#1 @jfarthing84
10 years ago

  • Keywords has-patch added

@MikeHansenMe
10 years ago

Added docs and relative to trunk src folder

#2 @SergeyBiryukov
10 years ago

  • Milestone changed from Awaiting Review to 4.2

#3 @SergeyBiryukov
10 years ago

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

In 31228:

Pass $force_reauth value to the 'login_url' filter.

props jfarthing84, MikeHansenMe.
fixes #31015.

#4 @DrewAPicture
10 years ago

  • Keywords needs-patch added; has-patch removed
  • Resolution fixed deleted
  • Status changed from closed to reopened

An entry needs to be added to the changelog for the new parameter.

@since 4.2.0 The `$force_reauth` parameter was added.

#5 @SergeyBiryukov
10 years ago

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

In 31229:

Add a changelog entry for the new parameter added in [31228].

props DrewAPicture.
fixes #31015.

Note: See TracTickets for help on using tickets.