diff --git a/wp-content/themes/twentyten/404.php b/wp-content/themes/twentyten/404.php index 64888d9f12..8b7b13695a 100644 --- a/wp-content/themes/twentyten/404.php +++ b/wp-content/themes/twentyten/404.php @@ -22,9 +22,5 @@ get_header(); ?> - diff --git a/wp-includes/version.php b/wp-includes/version.php index 3aa8c1ebe9..ba8ca0a5af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61514'; +$wp_version = '7.0-alpha-61515'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.