[wp-trac] [WordPress Trac] #47678: Modernize/simplify current_user_can()

WordPress Trac noreply at wordpress.org
Tue Jun 30 19:49:04 UTC 2020


#47678: Modernize/simplify current_user_can()
-------------------------------------+-------------------------------------
 Reporter:  jrf                      |       Owner:  pento
     Type:  task (blessed)           |      Status:  closed
 Priority:  normal                   |   Milestone:  5.3
Component:  Role/Capability          |     Version:  5.3
 Severity:  normal                   |  Resolution:  fixed
 Keywords:  has-patch has-unit-      |     Focuses:  performance, coding-
  tests has-dev-note                 |  standards
-------------------------------------+-------------------------------------

Comment (by SergeyBiryukov):

 In [changeset:"48238" 48238]:
 {{{
 #!CommitTicketReference repository="" revision="48238"
 Code Modernization: Introduce the spread operator in `WP_HTTP_IXR_Client`.

 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.

 This makes the signature of `WP_HTTP_IXR_Client::query()` compatible with
 the parent class method.

 Follow-up to [48204].

 Props ayeshrajans.
 See #48267, #47678.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47678#comment:85>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list