Make WordPress Core

Opened 7 years ago

Last modified 6 years ago

#42589 new enhancement

Add missing "third argument" documentation to user_can()

Reported by: mariovalney's profile mariovalney Owned by:
Milestone: Future Release Priority: normal
Severity: normal Version:
Component: Role/Capability Keywords: has-patch dev-feedback
Focuses: docs Cc:

Description

There is an undocumented, third argument, $args, into user_can() function as written in Roles and Capabilities section of Plugin Handbook.

It's the same of current_user_can() (already documented).

Attachments (2)

42589.diff (1.7 KB) - added by mariovalney 7 years ago.
42589.2.patch (1.4 KB) - added by mariovalney 6 years ago.

Download all attachments as: .zip

Change History (7)

@mariovalney
7 years ago

#1 @mariovalney
7 years ago

  • Keywords has-patch added

Added 42589.diff merging the current description of user_can and the well-documented current_user_can.

#2 @johnbillion
7 years ago

Thanks for the patch, @mariovalney.

This is very closely related to #37402, because the third parameter is actually variadic.

#3 @johnbillion
7 years ago

  • Milestone changed from Awaiting Review to 5.0
  • Version trunk deleted

#4 @peterwilsoncc
6 years ago

  • Milestone changed from 5.0 to 5.1

Switching milestone due to the focus on the new editor (Gutenberg) for WordPress 5.0.

#5 @pento
6 years ago

  • Keywords dev-feedback added
  • Milestone changed from 5.1 to Future Release

This patch needs reviewing.

@mariovalney
6 years ago

Note: See TracTickets for help on using tickets.