Skip to:
Content

BuddyPress.org

Opened 5 years ago

Closed 5 years ago

#8564 closed enhancement (fixed)

Update references from wp_parse_args to bp_parse_args

Reported by: espellcaste Owned by: espellcaste
Priority: normal Milestone: 10.0.0
Component: Core Version: 2.0
Severity: normal Keywords:
Cc:

Description

As titled. Mainly for consistency. Review if certain bp_parse_args requires a filter key.

Attachments (1)

8564-1.diff (47.7 KB ) - added by espellcaste 5 years ago.

Download all attachments as: .zip

Change History (4)

#1 @espellcaste
5 years ago

  • Summary Update references to wp_parse_args to bp_parse_argsUpdate references from wp_parse_args to bp_parse_args

@espellcaste
5 years ago

#2 @imath
5 years ago

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(

#3 @espellcaste
5 years ago

  • Resolutionfixed
  • Status assignedclosed

In 13108:

Update all references from wp_parse_args to bp_parse_args.

Also, add WPCS improvements to align bp_parse_args correctly.

Props imath
Fixes #8564

Note: See TracTickets for help on using tickets.