Skip to content

Commit

Permalink
Add wp-image- class to Image with description
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Mar 8, 2022
1 parent 7616eb3 commit 6ced737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archeo/inc/patterns/image-with-description.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- /wp:paragraph -->
<!-- wp:image {"id":840,"sizeSlug":"full","linkDestination":"none"} -->
<figure class="wp-block-image size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/ancien-temple.jpg" alt="' . __( 'Photo of ancient temple, at Chichen-Itza', 'archeo' ) . '"/></figure>
<figure class="wp-block-image size-full"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/ancien-temple.jpg" alt="' . __( 'Photo of ancient temple, at Chichen-Itza', 'archeo' ) . '" class="wp-image-840"/></figure>
<!-- /wp:image --></div>
<!-- /wp:column --></div>
<!-- /wp:columns -->',
Expand Down

0 comments on commit 6ced737

Please sign in to comment.