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-user-register.php

    r2943 r3032  
    2727                                                        <?php the_content(); ?>
    2828
    29                                                         <?php get_template_part( 'bbpress/form', 'user-register' ); ?>
     29                                                        <?php bbp_get_template_part( 'bbpress/form', 'user-register' ); ?>
    3030
    3131                                                </div>
Note: See TracChangeset for help on using the changeset viewer.