Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/25/2011 12:55:35 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Commit bomb, round 2. Similar to r3031, this includes a host of new functions for handling theme compatability for themes that do not explicitly support bbPress. Also introduces BBP_Shortcode class as handler for all shortcodes going forward.

File:
1 edited

Legend:

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

    r3031 r3032  
    101101                                                                <h2 class="entry-title"><?php _e( 'Popular Topics', 'bbpress' ); ?></h2>
    102102
    103                                                                 <?php get_template_part( 'bbpress/pagination', 'topics' ); ?>
     103                                                                <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>
    104104
    105                                                                 <?php get_template_part( 'bbpress/loop',       'topics' ); ?>
     105                                                                <?php bbp_get_template_part( 'bbpress/loop',       'topics' ); ?>
    106106
    107                                                                 <?php get_template_part( 'bbpress/pagination', 'topics' ); ?>
     107                                                                <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>
    108108
    109109                                                        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.