Making WordPress.org


Ignore:
Timestamp:
09/27/2016 07:42:09 PM (10 years ago)
Author:
coffee2code
Message:

Forums Theme: Discontinue display of user forum role in replies.

Fixes #2084.

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  
    2222                                <?php do_action( 'bbp_theme_before_topic_author_details' ); ?>
    2323
    24                                 <?php bbp_topic_author_link( array( 'sep' => '', 'show_role' => true ) ); ?>
     24                                <?php bbp_topic_author_link( array( 'sep' => '', 'show_role' => false ) ); ?>
    2525
    2626                                <?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.