Skip to:
Content

BuddyPress.org

Ticket #5862: 5862.01.patch

File 5862.01.patch, 799 bytes (added by r-a-y, 11 years ago)
  • src/bp-templates/bp-legacy/buddypress-functions.php

     
    781781                exit( '-1<div id="message" class="error"><p>' . __( 'There was an error posting that reply, please try again.', 'buddypress' ) . '</p></div>' );
    782782
    783783        // 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 );
    785785
    786786        // Swap the current comment with the activity item we just loaded
    787787        if ( isset( $activities_template->activities[0] ) ) {