- Timestamp:
- 05/01/2012 10:15:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/loop-single-reply.php
r3820 r3861 32 32 <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> 33 33 34 <?php bbp_reply_author_link( array( 'sep' => '<br />' ) ); ?>34 <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?> 35 35 36 36 <?php if ( is_super_admin() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.