Twenty Fifteen: pinking shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@30372 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9379f1702c
commit
b539bd985b
@ -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>
|
||||
|
||||
|
@ -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( $ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user