Ticket #5862: 5862.01.patch
File 5862.01.patch, 799 bytes (added by , 11 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress-functions.php
781 781 exit( '-1<div id="message" class="error"><p>' . __( 'There was an error posting that reply, please try again.', 'buddypress' ) . '</p></div>' ); 782 782 783 783 // Load the new activity item into the $activities_template global 784 bp_has_activities( 'display_comments=stream&hide_spam=false& include=' . $comment_id );784 bp_has_activities( 'display_comments=stream&hide_spam=false&show_hidden=true&include=' . $comment_id ); 785 785 786 786 // Swap the current comment with the activity item we just loaded 787 787 if ( isset( $activities_template->activities[0] ) ) {