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.