• Resolved interceptormadmax

    (@interceptormadmax)


    I’ve found a bug in member search filter:

    bp-restrict-messages.php
    row 505 missing variable on return:

    from:
    if ( current_user_can( ‘manage_options’ ) )
    return;

    to:
    if ( current_user_can( ‘manage_options’ ) )
    return $results;

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error in member suggestion filter’ is closed to new replies.