Changeset 5676 for trunk/src/includes/common/functions.php
- Timestamp:
- 04/15/2015 02:33:11 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/functions.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r5642 r5676 418 418 * @since bbPress (r2769) 419 419 * 420 * @param mixed$args Optional. The function supports these arguments (all420 * @param array $args Optional. The function supports these arguments (all 421 421 * default to true): 422 422 * - count_users: Count users? … … 451 451 * @return object Walked forum tree 452 452 */ 453 function bbp_get_statistics( $args = '') {453 function bbp_get_statistics( $args = array() ) { 454 454 455 455 // Parse arguments against default values … … 607 607 * @since bbPress (r2734) 608 608 * 609 * @param mixed$args Optional. If no args are there, then $_POST values are609 * @param array $args Optional. If no args are there, then $_POST values are 610 610 * used. 611 611 * @uses apply_filters() Calls 'bbp_pre_anonymous_post_author_name' with the … … 617 617 * @return bool|array False on errors, values in an array on success 618 618 */ 619 function bbp_filter_anonymous_post_data( $args = '') {619 function bbp_filter_anonymous_post_data( $args = array() ) { 620 620 621 621 // Parse arguments against default values
Note: See TracChangeset
for help on using the changeset viewer.