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:
Ian Stewart 2014-11-04 20:16:22 +00:00
parent b519db9ffa
commit e2d03edb0d
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

@ -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.