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