Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/18/2012 09:52:43 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Add bbp_add_template_locations() filter to bbp_get_template_part() to allow parts to filtered too, and update bbp-theme-compat theme to use this. See r3739.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-theme-compat/bbpress/loop-forums.php

    r3734 r3744  
    2929        <?php while ( bbp_forums() ) : bbp_the_forum(); ?>
    3030
    31             <?php bbp_get_template_part( 'bbpress/loop', 'single-forum' ); ?>
     31            <?php bbp_get_template_part( 'loop', 'single-forum' ); ?>
    3232
    3333        <?php endwhile; ?>
Note: See TracChangeset for help on using the changeset viewer.