?eaiovnaovbqoebvqoeavibavo comments.php000064400000004140147527732750007124 0ustar00

embed-content.php000064400000006573147527732750010037 0ustar00
> $data ) { if ( $data['height'] > 0 && $data['width'] / $data['height'] > $aspect_ratio ) { $aspect_ratio = $data['width'] / $data['height']; $measurements = array( $data['width'], $data['height'] ); $image_size = $size; } } } /** * Filters the thumbnail image size for use in the embed template. * * @since 4.4.0 * @since 4.5.0 Added `$thumbnail_id` parameter. * * @param string $image_size Thumbnail image size. * @param int $thumbnail_id Attachment ID. */ $image_size = apply_filters( 'embed_thumbnail_image_size', $image_size, $thumbnail_id ); $shape = $measurements[0] / $measurements[1] >= 1.75 ? 'rectangular' : 'square'; /** * Filters the thumbnail shape for use in the embed template. * * Rectangular images are shown above the title while square images * are shown next to the content. * * @since 4.4.0 * @since 4.5.0 Added `$thumbnail_id` parameter. * * @param string $shape Thumbnail image shape. Either 'rectangular' or 'square'. * @param int $thumbnail_id Attachment ID. */ $shape = apply_filters( 'embed_thumbnail_image_shape', $shape, $thumbnail_id ); } if ( $thumbnail_id && 'rectangular' === $shape ) : ?>

> <?php echo wp_get_document_title(); ?> >

embed-404.php000064400000001714147527732750006664 0ustar00

footer.php000064400000002047147527732750006601 0ustar00
footer-embed.php000064400000000666147527732750007660 0ustar00 sidebar.php000064400000010267147527732750006717 0ustar00 header-embed.php000064400000001276147527732750007610 0ustar00 class="no-js"> <?php echo wp_get_document_title(); ?> > embed.php000064400000000741147527732750006356 0ustar00