Changeset 12169 for trunk/src/bp-blogs/bp-blogs-activity.php
- Timestamp:
- 06/16/2018 08:51:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-activity.php
r11799 r12169 777 777 } 778 778 779 // Check if comments are still open for parent item. 780 $comments_open = bp_blogs_comments_open( $parent_activity ); 781 if ( ! $comments_open ) { 782 return; 783 } 784 779 785 // Get userdata. 780 786 if ( $params['user_id'] == bp_loggedin_user_id() ) {
Note: See TracChangeset
for help on using the changeset viewer.