Making WordPress.org


Ignore:
Timestamp:
09/27/2016 07:42:09 PM (8 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/loop-single-reply.php

    r4122 r4146  
    2727        <?php do_action( 'bbp_theme_before_reply_author_details' ); ?>
    2828
    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 ) ); ?>
    3030
    3131        <?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.