Making WordPress.org


Ignore:
Timestamp:
09/18/2016 10:13:32 PM (8 years ago)
Author:
samuelsidler
Message:

Support Forum Theme: Make topic/reply author name more visible.

This also lowers the visibility of the role.

Fixes #2038.
Props SergeyBiryukov.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-reply.php

    r4079 r4093  
    2727        <?php do_action( 'bbp_theme_before_reply_author_details' ); ?>
    2828
    29         <?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true, 'size' => 100 ) ); ?>
     29        <?php bbp_reply_author_link( array( 'sep' => '', 'show_role' => true, '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.