Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#31756 closed defect (bug) (fixed)

check_password_reset_key DocBlock update

Reported by: lamosty's profile lamosty Owned by: drewapicture's profile DrewAPicture
Milestone: 4.2 Priority: normal
Severity: normal Version: 4.2
Component: Users Keywords: has-patch commit
Focuses: docs Cc:

Description

Function check_password_reset_key() has two global variables: $wpdb, $wp_hasher. Description of $wp_hasher is missing from the function's DocBlock.

Attachments (1)

docblock_update.31756.diff (546 bytes) - added by lamosty 10 years ago.
Patch updating DocBlock of check_password_reset_key()

Download all attachments as: .zip

Change History (6)

@lamosty
10 years ago

Patch updating DocBlock of check_password_reset_key()

#1 @SergeyBiryukov
10 years ago

  • Component changed from Comments to Users

#2 @SergeyBiryukov
10 years ago

  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 4.2

#3 @DrewAPicture
10 years ago

  • Owner set to DrewAPicture
  • Status changed from new to reviewing

#4 @DrewAPicture
10 years ago

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

In 31883:

Ensure the $wp_hasher global has an entry in the check_password_reset_key() DocBlock.

Props lamosty.
Fixes #31756.

#5 @DrewAPicture
10 years ago

  • Type changed from enhancement to defect (bug)
Note: See TracTickets for help on using tickets.