Twenty Fifteen: pinking shears.

Built from https://develop.svn.wordpress.org/trunk@30372


git-svn-id: http://core.svn.wordpress.org/trunk@30370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2014-11-17 18:25:23 +00:00
parent bdffdafec4
commit a7418e092e
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( $ ) {