Making WordPress.org

Changeset 4164


Ignore:
Timestamp:
09/29/2016 02:35:37 PM (8 years ago)
Author:
netweb
Message:

BuddyPress.org: Request 100x100 pixel topic author gravatars.

This changeset updates topic author gravatars to request the same 100x100 pixels size gravatar that replies use.

See #2096.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/bbpress/content-single-topic-lead.php

    r442 r4164  
    2222                <?php do_action( 'bbp_theme_before_topic_author_details' ); ?>
    2323
    24                 <?php bbp_topic_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?>
     24                <?php bbp_topic_author_link( array( 'sep' => '<br />', 'show_role' => true, 'size' => 100 ) ); ?>
    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.