Twenty Fifteen: missing spaces for code standards.
Props Jayjdk, fixes #30076. Built from https://develop.svn.wordpress.org/trunk@30232 git-svn-id: http://core.svn.wordpress.org/trunk@30232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b519db9ffa
commit
e2d03edb0d
|
@ -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>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30231';
|
||||
$wp_version = '4.1-alpha-30232';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue