diff --git a/wp-admin/network/themes.php b/wp-admin/network/themes.php index f12a5a7b70..8034162e2f 100644 --- a/wp-admin/network/themes.php +++ b/wp-admin/network/themes.php @@ -146,9 +146,9 @@ if ( $action ) { ?> -

+

-

+

diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 02555a3516..be0c652e59 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -346,9 +346,9 @@ if ( $action ) {

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