Changeset 10947
- Timestamp:
- 07/20/2016 05:46:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-activity.php
r10854 r10947 1282 1282 // Check comment depth and disable if depth is too large. 1283 1283 if ( isset( buddypress()->blogs->thread_depth[$comment->item_id] ) ){ 1284 if ( $comment->mptt_left> buddypress()->blogs->thread_depth[$comment->item_id] ) {1284 if ( bp_activity_get_comment_depth() > buddypress()->blogs->thread_depth[$comment->item_id] ) { 1285 1285 $retval = false; 1286 1286 }
Note: See TracChangeset
for help on using the changeset viewer.