[buddypress-trac] [BuddyPress Trac] #8564: Update references from wp_parse_args to bp_parse_args

buddypress-trac noreply at wordpress.org
Sat Sep 11 20:18:18 UTC 2021


#8564: Update references from wp_parse_args to bp_parse_args
-------------------------+--------------------------
 Reporter:  espellcaste  |       Owner:  espellcaste
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  10.0.0
Component:  Core         |     Version:  2.0
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+--------------------------

Comment (by imath):

 Patch looks good, I'd probably take this opportunity to do so some WPCS
 cleanup eg:

 {{{
 $r = bp_parse_args(
         $args,
         array(
 }}}

 instead of
 `$r = bp_parse_args( $args, array(`

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8564#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list