diff --git a/wp-admin/options.php b/wp-admin/options.php index 18607db670..d842a6e3ab 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -318,6 +318,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ?>

+ +
+

+
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index 54131a93b4..987bc0c4e6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45742'; +$wp_version = '5.3-alpha-45743'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.