Changeset 9238
- Timestamp:
- 10/25/2019 03:12:10 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r9236 r9238 507 507 508 508 if ( $icon_2x && $icon_2x !== $icon ) { 509 return "<img class='plugin-icon' srcset='{$icon _2x} 256w' src='{$icon}'>";509 return "<img class='plugin-icon' srcset='{$icon}, {$icon_2x} 2x' src='{$icon_2x}'>"; 510 510 } else { 511 511 return "<img class='plugin-icon' src='{$icon}'>";
Note: See TracChangeset
for help on using the changeset viewer.