From 0891de90e06a467d96102efc975a111c1a48d5de Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 18 Sep 2015 21:38:25 +0000 Subject: [PATCH] Theme Compat: Remove commented out code. See #31867. Built from https://develop.svn.wordpress.org/trunk@34316 git-svn-id: http://core.svn.wordpress.org/trunk@34280 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme-compat/comments.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-includes/theme-compat/comments.php b/wp-includes/theme-compat/comments.php index 6314d69f24..78c1d1c1f7 100644 --- a/wp-includes/theme-compat/comments.php +++ b/wp-includes/theme-compat/comments.php @@ -94,8 +94,6 @@ _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3. - -

diff --git a/wp-includes/version.php b/wp-includes/version.php index abf171d19a..f2622ce930 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34315'; +$wp_version = '4.4-alpha-34316'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.