Skip to:
Content

bbPress.org

Ticket #3078: 3078.diff

File 3078.diff, 900 bytes (added by milindmore22, 8 years ago)

Added closing tags

  • src/templates/default/extras/page-forum-statistics.php

    diff --git src/templates/default/extras/page-forum-statistics.php src/templates/default/extras/page-forum-statistics.php
    index 2ecd5f4..aa71611 100644
    get_header(); ?> 
    5555
    5656<?php get_sidebar(); ?>
    5757
    58 <?php get_footer();
    59  No newline at end of file
     58<?php get_footer(); ?>
     59 No newline at end of file
  • src/templates/default/extras/single-reply-move.php

    diff --git src/templates/default/extras/single-reply-move.php src/templates/default/extras/single-reply-move.php
    index c5b35da..ca2bcb0 100644
    get_header(); ?> 
    2929        <?php do_action( 'bbp_after_main_content' ); ?>
    3030
    3131<?php get_sidebar(); ?>
    32 <?php get_footer();
    33  No newline at end of file
     32<?php get_footer(); ?>
     33 No newline at end of file