Opened 4 years ago
Closed 4 years ago
There might be some deprecated code used into this theme.
This ticket was mentioned in Slack in #buddypress by dd32. View the logs.
I just did and this theme was using some deprecated functions, hooks or templates mainly related to legacy forums. Eg:
bp_group_new_topic_button
bp_is_group_forum()
bp_is_user_forums()
bp_blogs_subdomain_base()
I've just added a PR about it on the theme's GH repo: https://github.com/buddypress/BP-Default/pull/4
This ticket was mentioned in Slack in #buddypress by imath. View the logs.
The PR is merged ✅
I just did and this theme was using some deprecated functions, hooks or templates mainly related to legacy forums. Eg:
bp_group_new_topic_buttonbp_is_group_forum()bp_is_user_forums()bp_blogs_subdomain_base()I've just added a PR about it on the theme's GH repo: https://github.com/buddypress/BP-Default/pull/4