Changeset 5853
- Timestamp:
- 08/31/2017 07:43:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
r5787 r5853 1164 1164 <?php if ( 'website' == $attr['link'] && $website ) : ?> 1165 1165 <a href="<?php echo esc_attr( esc_url( $website ) ); ?>"> 1166 <?php the_post_thumbnail( 'wcb-sponsor-logo-horizontal-2x' ); ?>1166 <?php the_post_thumbnail( 'wcb-sponsor-logo-horizontal-2x', array( 'alt' => get_the_title() ) ); ?> 1167 1167 </a> 1168 1168 <?php else : ?> 1169 <?php the_post_thumbnail( 'wcb-sponsor-logo-horizontal-2x' ); ?>1169 <?php the_post_thumbnail( 'wcb-sponsor-logo-horizontal-2x', array( 'alt' => get_the_title() ) ); ?> 1170 1170 <?php endif; ?> 1171 1171
Note: See TracChangeset
for help on using the changeset viewer.