Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#30311 closed defect (bug) (fixed)

Missing @param in docblock for ‘check_password' filter

Reported by: coffee2code's profile coffee2code Owned by: drewapicture's profile DrewAPicture
Milestone: 4.1 Priority: low
Severity: trivial Version: 4.0
Component: General Keywords: has-patch
Focuses: docs Cc:

Description

The docblock for the 'check_password' filter in wp_check_password() is missing the @param documentation for the $password argument.

Attached is a patch to add in the missing argument documentation.

Attachments (1)

30311.diff (700 bytes) - added by coffee2code 10 years ago.
Patch mentioned in ticket description.

Download all attachments as: .zip

Change History (3)

@coffee2code
10 years ago

Patch mentioned in ticket description.

#1 @DrewAPicture
10 years ago

  • Milestone changed from Awaiting Review to 4.1

Good catch, thanks for the patch.

#2 @DrewAPicture
10 years ago

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

In 30381:

Add missing documentation for the $password parameter, passed to the check_password hook.

Props coffee2code.
Fixes #30311.

Note: See TracTickets for help on using tickets.