Making WordPress.org

Changeset 4165


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

Forums Theme: Request 100x100 pixel topic author gravatars.

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

Fixes #2096.

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

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