Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #3399, comment 4


Ignore:
Timestamp:
06/03/2021 09:14:11 PM (3 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3399, comment 4

    initial v1  
    1414
    1515This would mean allowing multiple forum IDs to be passed to `bbp_remove_forum_id_from_group()` and also reworking this portion of the code for the `edit_screen_save()` method:
    16 https://bbpress.trac.wordpress.org/browser/trunk/src/includes/extend/buddypress/groups.php?marks=557-561#L548
     16https://bbpress.trac.wordpress.org/browser/trunk/src/includes/extend/buddypress/groups.php?marks=551-562#L543
    1717
    1818So it will pass multiple forum IDs to the `remove_forum()` method. Likewise for the `disconnect_forum_from_group()` method. `toggle_group_forum()` doesn't look like it requires any changes.