diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 03fe6a6808..b22f621f67 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -103,8 +103,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; ); ?>

- -

Free Software Foundation.' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 6eb6753945..8316a413c9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52624'; +$wp_version = '6.0-alpha-52626'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.