Changeset 30372
- Timestamp:
- 11/17/2014 06:24:44 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r30312 r30372 196 196 <a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true"> 197 197 <?php 198 the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) ); 198 the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) ); 199 199 ?> 200 200 </a> -
trunk/src/wp-content/themes/twentyfifteen/js/customize-preview.js
r30305 r30372 1 1 /** 2 * Live-update changed settings in real time in the Customizer preview. 2 * Live-update changed settings in real time in the Customizer preview. 3 3 */ 4 4
Note: See TracChangeset
for help on using the changeset viewer.