[wp-trac] [WordPress Trac] #47678: Modernize/simplify current_user_can()
WordPress Trac
noreply at wordpress.org
Thu Jul 11 23:45:31 UTC 2019
#47678: Modernize/simplify current_user_can()
-------------------------------------+-------------------------------------
Reporter: jrf | Owner: pento
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.3
Component: Role/Capability | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch has-unit- | Focuses: performance, coding-
tests commit | standards
-------------------------------------+-------------------------------------
Comment (by pento):
In [changeset:"45622" 45622]:
{{{
#!CommitTicketReference repository="" revision="45622"
Code Modernisation: Introduce the spread operator in `capabilities.php`.
Rather than relying `func_get_args()` to retrieve arbitrary function
arguments, we can now use the spread operator to assign them directly to a
variable.
Props jrf.
See #47678.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47678#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list