Changeset 4146
- Timestamp:
- 09/27/2016 07:42:09 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress
- Files:
-
- 2 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>' ) ); ?> -
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.