Changeset 4146 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
- Timestamp:
- 09/27/2016 07:42:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php
r4122 r4146 27 27 <?php do_action( 'bbp_theme_before_reply_author_details' ); ?> 28 28 29 <?php bbp_reply_author_link( array( 'sep' => '', 'show_role' => true, 'size' => 100 ) ); ?>29 <?php bbp_reply_author_link( array( 'sep' => '', 'show_role' => false, 'size' => 100 ) ); ?> 30 30 31 31 <?php bbp_user_nicename( bbp_get_reply_author_id(), array( 'before' => '<p class="bbp-user-nicename">@', 'after' => '</p>' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.