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/bbpress/content-single-reply.php

    r3651 r3821  
    1818        <?php if ( post_password_required() ) : ?>
    1919
    20                 <?php bbp_get_template_part( 'bbpress/form', 'protected' ); ?>
     20                <?php bbp_get_template_part( 'form', 'protected' ); ?>
    2121
    2222        <?php else : ?>
    2323
    24                 <?php bbp_get_template_part( 'bbpress/loop', 'single-reply' ); ?>
     24                <?php bbp_get_template_part( 'loop', 'single-reply' ); ?>
    2525
    2626        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.