Changeset 13673
- Timestamp:
- 05/08/2024 05:02:08 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-template.php
r13670 r13673 496 496 case 'html': 497 497 return sprintf( 498 '<div class="plugin-banner" id="%1$s"><img decoding="async" fetchpriority="high" src="%2$s" %3$s %4$s></div>',498 '<div class="plugin-banner" id="%1$s"><img decoding="async" fetchpriority="high" alt="" src="%2$s" %3$s %4$s></div>', 499 499 esc_attr( "plugin-banner-{$plugin->post_name}" ), 500 500 esc_url( $banner ),
Note: See TracChangeset
for help on using the changeset viewer.