wp/wp-includes/theme-compat/embed-content.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 19 3d72ae0968f4
--- a/wp/wp-includes/theme-compat/embed-content.php	Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-includes/theme-compat/embed-content.php	Mon Oct 14 18:28:13 2019 +0200
@@ -75,7 +75,8 @@
 			$shape = apply_filters( 'embed_thumbnail_image_shape', $shape, $thumbnail_id );
 		}
 
-		if ( $thumbnail_id && 'rectangular' === $shape ) : ?>
+		if ( $thumbnail_id && 'rectangular' === $shape ) :
+			?>
 			<div class="wp-embed-featured-image rectangular">
 				<a href="<?php the_permalink(); ?>" target="_top">
 					<?php echo wp_get_attachment_image( $thumbnail_id, $image_size ); ?>
@@ -109,7 +110,7 @@
 		?>
 
 		<div class="wp-embed-footer">
-			<?php the_embed_site_title() ?>
+			<?php the_embed_site_title(); ?>
 
 			<div class="wp-embed-meta">
 				<?php
@@ -118,7 +119,7 @@
 				 *
 				 * @since 4.4.0
 				 */
-				do_action( 'embed_content_meta');
+				do_action( 'embed_content_meta' );
 				?>
 			</div>
 		</div>