Forums
Home / Plugin: BP Group Documents / Deprecated use of argument
(@venutius)
6 years ago
Hi there,
There’s a couple of instances of deprecated arguments in includes/widgets.php:
Lines 173 and 318.
these currently include:
BP_Groups_Group::get( 'alphabetical' );
A potential fix is:
BP_Groups_Group::get( array( 'type' => 'alphabetical' ) );
Thanks
(@lenasterg)
5 years, 7 months ago
Hi. Thanks for reporting and the fix suggestion. Fixed in version 1.12.3
Bests Lena