diff --git a/wp-admin/install.php b/wp-admin/install.php index 82c1ac8fee..64cb4104c4 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -16,7 +16,6 @@ if ( false ) {
WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off.
diff --git a/wp-admin/maint/repair.php b/wp-admin/maint/repair.php index 483f089d06..4646a3794b 100644 --- a/wp-admin/maint/repair.php +++ b/wp-admin/maint/repair.php @@ -21,7 +21,7 @@ header( 'Content-Type: text/html; charset=utf-8' ); - + - + diff --git a/wp-includes/version.php b/wp-includes/version.php index cd7e0cd223..dfc1e75140 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60897'; +$wp_version = '6.9-alpha-60898'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.