Changeset 9630 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme.php
- Timestamp:
- 03/25/2020 05:59:27 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/theme.php
r8998 r9630 3 3 <?php if ( $theme->screenshot_url ) { ?> 4 4 <div class="theme-screenshot"> 5 <img src="<?php echo esc_url( $theme->screenshot_url ); ?>?w=572&strip=all" alt="" />5 <img src="<?php echo esc_url( $theme->screenshot_url ); ?>?w=572&strip=all" loading="lazy" alt="" /> 6 6 </div> 7 7 <?php } else { ?>
Note: See TracChangeset
for help on using the changeset viewer.