Changeset 4508 for trunk/includes/common/functions.php
- Timestamp:
- 11/24/2012 08:44:30 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/functions.php
r4500 r4508 431 431 function bbp_get_statistics( $args = '' ) { 432 432 433 // Parse arguments 433 // Parse arguments against default values 434 434 $r = bbp_parse_args( $args, array( 435 435 'count_users' => true, … … 599 599 function bbp_filter_anonymous_post_data( $args = '' ) { 600 600 601 // Parse arguments with default parameters601 // Parse arguments against default values 602 602 $r = bbp_parse_args( $args, array ( 603 603 'bbp_anonymous_name' => !empty( $_POST['bbp_anonymous_name'] ) ? $_POST['bbp_anonymous_name'] : false, … … 652 652 global $wpdb; 653 653 654 // Parse arguments against default values 654 655 $r = bbp_parse_args( $post_data, array( 655 656 'post_author' => 0,
Note: See TracChangeset
for help on using the changeset viewer.