Making WordPress.org

Changeset 265


Ignore:
Timestamp:
01/10/2014 09:37:22 PM (11 years ago)
Author:
nacin
Message:

Trac Notifications: Set height/width for Gravatars so they load into a grid. see #127.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php

    r261 r265  
    231231                    ?>
    232232                        <a title="<?php echo $follower; ?>" href="//profiles.wordpress.org/<?php echo $follower; ?>">
    233                             <img src="//wordpress.org/grav-redirect.php?user=<?php echo $follower; ?>&amp;s=36" />
     233                            <img width="36" height="36" src="//wordpress.org/grav-redirect.php?user=<?php echo $follower; ?>&amp;s=36" />
    234234                        </a>
    235235                    <?php endforeach; ?>
    236236                    <a title="you" class="star-you" href="//profiles.wordpress.org/<?php echo esc_attr( $username ); ?>">
    237                         <img src="//wordpress.org/grav-redirect.php?user=<?php echo esc_attr( $username ); ?>&amp;s=36" />
     237                        <img width="36" height="36" src="//wordpress.org/grav-redirect.php?user=<?php echo esc_attr( $username ); ?>&amp;s=36" />
    238238                    </a>
    239239                    </div>
Note: See TracChangeset for help on using the changeset viewer.