diff --git a/wp-includes/theme-compat/header.php b/wp-includes/theme-compat/header.php index b54d64c253..b6f4fce64a 100644 --- a/wp-includes/theme-compat/header.php +++ b/wp-includes/theme-compat/header.php @@ -20,6 +20,7 @@ _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3. + + diff --git a/wp-includes/version.php b/wp-includes/version.php index 421a68099b..879a6df7cb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32495'; +$wp_version = '4.3-alpha-32496'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.