Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/23/2012 10:58:06 AM (12 years ago)
Author:
djpaul
Message:

Don't use func_get_args() directly as a function parameter for compatibility with PHP 5.2.x.
Fixes #4294

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-functions.php

    r6093 r6131  
    979979 *   );
    980980 *
    981  * For the second argument, $func_args, you should just pass func_get_args().
     981 * For the second argument, $func_args, you should just pass the value of func_get_args().
    982982 *
    983983 * @since BuddyPress (1.6)
Note: See TracChangeset for help on using the changeset viewer.