diff --git a/wp-admin/tools.php b/wp-admin/tools.php index be12268732..d6dfe1a869 100644 --- a/wp-admin/tools.php +++ b/wp-admin/tools.php @@ -38,7 +38,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );

-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index b21f9f5d01..54239ffd4c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta3-31979'; +$wp_version = '4.2-beta3-31980'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.