- Timestamp:
- 09/25/2023 10:37:00 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media-image.php
r56597 r56690 241 241 242 242 $attr = array( 243 'class' => $classes, 244 'src' => $instance['url'], 245 'alt' => $instance['alt'], 246 'width' => $instance['width'], 247 'height' => $instance['height'], 248 'decoding' => 'async', 243 'class' => $classes, 244 'src' => $instance['url'], 245 'alt' => $instance['alt'], 246 'width' => $instance['width'], 247 'height' => $instance['height'], 249 248 ); 250 249
Note: See TracChangeset
for help on using the changeset viewer.