Twenty Fifteen: pinking shears.

git-svn-id: https://develop.svn.wordpress.org/trunk@30372 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2014-11-17 18:24:44 +00:00
parent 9379f1702c
commit b539bd985b
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ function twentyfifteen_post_thumbnail() {
<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
<?php
the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) );
the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) );
?>
</a>

View File

@ -1,5 +1,5 @@
/**
* Live-update changed settings in real time in the Customizer preview.
* Live-update changed settings in real time in the Customizer preview.
*/
( function( $ ) {