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:
parent
bdffdafec4
commit
a7418e092e
|
@ -195,7 +195,7 @@ function twentyfifteen_post_thumbnail() {
|
||||||
|
|
||||||
<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
|
<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
|
||||||
<?php
|
<?php
|
||||||
the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) );
|
the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) );
|
||||||
?>
|
?>
|
||||||
</a>
|
</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( $ ) {
|
( function( $ ) {
|
||||||
|
|
Loading…
Reference in New Issue