- Timestamp:
- 12/29/2016 09:24:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-data-template.php
r10740 r11363 142 142 ); 143 143 144 $func_args = func_get_args(); 145 $args = bp_core_parse_args_array( $old_args_keys, $func_args ); 144 $args = bp_core_parse_args_array( $old_args_keys, func_get_args() ); 146 145 } 147 146
Note: See TracChangeset
for help on using the changeset viewer.