Ticket #39759: 39759.patch
| File 39759.patch, 479 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/theme-compat/embed-content.php
22 22 $thumbnail_id = get_the_ID(); 23 23 } 24 24 25 $thumbnail_id = apply_filters( 'embed_thumbnail_id', $thumbnail_id ); 26 25 27 if ( $thumbnail_id ) { 26 28 $aspect_ratio = 1; 27 29 $measurements = array( 1, 1 );