Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/15/2011 07:59:04 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Use correct while loop format in single-reply-edit.php and single-topic-edit.php in bbp-twentyten. Props jghazally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/single-reply-edit.php

    r3459 r3514  
    1515            <div id="content" role="main">
    1616
    17                 <?php while ( have_posts() ) the_post(); ?>
     17                <?php while ( have_posts() ) : the_post(); ?>
    1818
    1919                    <div id="bbp-edit-page" class="bbp-edit-page">
     
    2626                    </div><!-- #bbp-edit-page -->
    2727
     28                <?php endwhile; ?>
     29
    2830            </div><!-- #content -->
    2931        </div><!-- #container -->
Note: See TracChangeset for help on using the changeset viewer.