From e2d03edb0daeede726020db1ee6f32c90afb8d1d Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Tue, 4 Nov 2014 20:16:22 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfifteen/inc/template-tags.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/inc/template-tags.php b/wp-content/themes/twentyfifteen/inc/template-tags.php index 0a9c439022..2a8844ee14 100644 --- a/wp-content/themes/twentyfifteen/inc/template-tags.php +++ b/wp-content/themes/twentyfifteen/inc/template-tags.php @@ -195,7 +195,7 @@ function twentyfifteen_post_thumbnail() { diff --git a/wp-includes/version.php b/wp-includes/version.php index b85b926054..88eb66347c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.