Skip to:
Content

bbPress.org

Changeset 3322


Ignore:
Timestamp:
06/13/2011 04:44:46 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix typos in forum archive and front page templates pointing to content-archive-forums.php instead of content-archive-forum.php.

Location:
branches/plugin/bbp-themes/bbp-twentyten
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/archive-forum.php

    r3312 r3322  
    2121                    <div class="entry-content">
    2222
    23                         <?php bbp_get_template_part( 'bbpress/content', 'archive-forums' ); ?>
     23                        <?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>
    2424
    2525                    </div>
  • branches/plugin/bbp-themes/bbp-twentyten/page-front-forums.php

    r3312 r3322  
    2525                            <?php the_content(); ?>
    2626
    27                             <?php bbp_get_template_part( 'bbpress/content', 'archive-forums' ); ?>
     27                            <?php bbp_get_template_part( 'bbpress/content', 'archive-forum' ); ?>
    2828
    2929                        </div>
Note: See TracChangeset for help on using the changeset viewer.