first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!-- Start of Flickr Widget -->
<div class="flickr-wrapper flickr-size-<?php echo esc_attr( $instance['flickr_image_size'] ); ?>">
<div class="flickr-images">
<?php echo $photos; ?>
</div>
<?php if ( isset( $flickr_home ) ) { ?>
<a class="flickr-more" href="<?php echo esc_url( $flickr_home, array( 'http', 'https' ) ); ?>">
<?php esc_html_e( 'More Photos', 'jetpack' ); ?>
</a>
<?php } ?>
</div>
<!-- End of Flickr Widget -->