diff --git wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
index bbdca08..e286633 100644
|
|
class WordCamp_Post_Types_Plugin { |
1137 | 1137 | <div class="wcorg-sponsor-description"> |
1138 | 1138 | <?php if ( 'website' == $attr['link'] && $website ) : ?> |
1139 | 1139 | <a href="<?php echo esc_attr( esc_url( $website ) ); ?>"> |
1140 | | <?php the_post_thumbnail( 'wcb-sponsor-logo-horizontal-2x' ); ?> |
| 1140 | <?php the_post_thumbnail( 'wcb-sponsor-logo-horizontal-2x', array( 'alt' => get_the_title() ) ); ?> |
1141 | 1141 | </a> |
1142 | 1142 | <?php else : ?> |
1143 | | <?php the_post_thumbnail( 'wcb-sponsor-logo-horizontal-2x' ); ?> |
| 1143 | <?php the_post_thumbnail( 'wcb-sponsor-logo-horizontal-2x', array( 'alt' => get_the_title() ) ); ?> |
1144 | 1144 | <?php endif; ?> |
1145 | 1145 | |
1146 | 1146 | <?php the_content(); ?> |