diff --git a/wp-admin/about.php b/wp-admin/about.php index 20df61f8e6..9d55c56b46 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -35,7 +35,15 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); file_exists( WP_PLUGIN_DIR . '/gutenberg/gutenberg.php' ) ) : ?>
@@ -219,11 +227,14 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); -
- diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 1ec2d6702f..a234b20ed4 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -20,7 +20,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); - + diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 229137a600..163c2402ac 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -22,7 +22,7 @@ $is_privacy_notice = isset( $_GET['privacy-notice'] ); - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 6df0fc5e3b..76611ad80b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-beta5-43936'; +$wp_version = '5.0-beta5-43937'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.