Skip to:
Content

bbPress.org

Ticket #2595: 2595.2.patch

File 2595.2.patch, 1.1 KB (added by netweb, 10 years ago)
  • src/includes/extend/buddypress/groups.php

     
    793793                                        if ( ! bbp_topics() ) {
    794794                                                bp_do_404( bbp_get_forum_permalink( $forum_id ) ); ?>
    795795                                                <h3><?php bbp_forum_title(); ?></h3>
    796                                                 <?php bbp_get_template_part( 'feedback', 'no-topics' );
     796                                                <?php bbp_get_template_part( 'feedback', 'no-topics' ); ?>
     797                                                </div><!-- #bbpress-forums --><?php
    797798                                                return;
    798799                                        }
    799800
     
    855856                                        if ( ! bbp_replies() ) {
    856857                                                bp_do_404( bbp_get_forum_permalink( $forum_id ) ); ?>
    857858                                                <h3><?php bbp_forum_title(); ?></h3>
    858                                                 <?php bbp_get_template_part( 'feedback', 'no-replies' );
     859                                                <?php bbp_get_template_part( 'feedback', 'no-replies' ); ?>
     860                                                </div><!-- #bbpress-forums --><?php
    859861                                                return;
    860862                                        }
    861863
     
    890892                        // Reset the query
    891893                        wp_reset_query(); ?>
    892894
    893                 </div>
     895                </div><!-- #bbpress-forums -->
    894896
    895897                <?php
    896898