Ticket #7134: 7134.01.patch
File 7134.01.patch, 560 bytes (added by , 8 years ago) |
---|
-
src/bp-blogs/bp-blogs-activity.php
1281 1281 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 } 1287 1287 }