Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/21/2012 10:36:43 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Remove 'bbpress/' from template part calls in bbp-twentyten.

  • Sub folders are handled automatically by bbp_get_template_part()
  • See #1796
File:
1 edited

Legend:

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

    r3820 r3821  
    9999                                <h2 class="entry-title"><?php _e( 'Popular Topics', 'bbpress' ); ?></h2>
    100100
    101                                 <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>
     101                                <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
    102102
    103                                 <?php bbp_get_template_part( 'bbpress/loop',       'topics' ); ?>
     103                                <?php bbp_get_template_part( 'loop',       'topics' ); ?>
    104104
    105                                 <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>
     105                                <?php bbp_get_template_part( 'pagination', 'topics' ); ?>
    106106
    107107                            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.