Changeset 6810
- Timestamp:
- 04/23/2018 04:05:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/activity.php
r6774 r6810 336 336 337 337 // Check if blog & forum activity stream commenting is off 338 if ( ( false === $activities_template->disable_blogforum_replies ) || (int) $activities_template->disable_blogforum_replies) {338 if ( ! empty( $activities_template->disable_blogforum_replies ) ) { 339 339 340 340 // Get the current action name
Note: See TracChangeset
for help on using the changeset viewer.