Changeset 4146 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/content-single-topic-lead.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/content-single-topic-lead.php
r4126 r4146 22 22 <?php do_action( 'bbp_theme_before_topic_author_details' ); ?> 23 23 24 <?php bbp_topic_author_link( array( 'sep' => '', 'show_role' => true ) ); ?>24 <?php bbp_topic_author_link( array( 'sep' => '', 'show_role' => false ) ); ?> 25 25 26 26 <?php bbp_user_nicename( bbp_get_topic_author_id(), array( 'before' => '<p class="bbp-user-nicename">@', 'after' => '</p>' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.