Make WordPress Core


Ignore:
Timestamp:
04/23/2015 03:42:24 PM (10 years ago)
Author:
helen
Message:

About page: Finalize media for 4.2.

props ocean90, Nao.
fixes #31929.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/credits.php

    r32131 r32277  
    148148                echo '<a href="' . sprintf( $credits['data']['profiles'], $person_data[2] ) . '">';
    149149                $size = 'compact' == $group_data['type'] ? '30' : '60';
    150                 echo '<img src="' . $gravatar . $person_data[1] . '?s=' . $size . '" class="gravatar" alt="' . esc_attr( $person_data[0] ) . '" /></a>' . "\n\t";
     150                echo '<img src="' . $gravatar . $person_data[1] . '?s=' . $size . '" srcset="' . $gravatar . $person_data[1] . '?s=' . $size * 2 . ' 2x" class="gravatar" alt="' . esc_attr( $person_data[0] ) . '" /></a>' . "\n\t";
    151151                echo '<a class="web" href="' . sprintf( $credits['data']['profiles'], $person_data[2] ) . '">' . $person_data[0] . "</a>\n\t";
    152152                if ( ! $compact )
Note: See TracChangeset for help on using the changeset viewer.