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.