<!-- Start of Flickr Widget --> <table border="0" cellpadding="0" cellspacing="0" class="flickr-size-<?php echo esc_attr( $instance['flickr_image_size'] ); ?>" id="flickr_badge_uber_wrapper" > <tr> <td> <table border="0" cellpadding="0" cellspacing="10" id="flickr_badge_wrapper"> <tr> <td align="center"> <?php echo $photos; ?> <?php if ( isset( $flickr_home ) ) { ?> <a href="<?php echo esc_url( $flickr_home, array( 'http', 'https' ) ); ?>"> <?php esc_html_e( 'More Photos', 'jetpack' ); ?> </a> <?php } ?> </td> </tr> </table> </td> </tr> </table> <!-- End of Flickr Widget -->