- Timestamp:
- 12/08/2017 03:52:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-list-table.php
r11606 r11764 48 48 49 49 /** 50 * If users can comment on blog & forumactivity items.50 * If users can comment on post and comment activity items. 51 51 * 52 52 * @link https://buddypress.trac.wordpress.org/ticket/6277 … … 64 64 public function __construct() { 65 65 66 // See if activity commenting is enabled for blog / forumactivity items.66 // See if activity commenting is enabled for post/comment activity items. 67 67 $this->disable_blogforum_comments = bp_disable_blogforum_comments(); 68 68
Note: See TracChangeset
for help on using the changeset viewer.