diff --git a/wp-admin/about.php b/wp-admin/about.php index afe4939329..65e6d4501d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -175,7 +175,15 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-Requires Plugins header with a comma-separated list of required plugin slugs, presenting users with links to install and activate those plugins first.' ); ?>
++ Requires Plugins' + ); + ?> +
diff --git a/wp-includes/version.php b/wp-includes/version.php index a7a1fd4e22..eb6b74c641 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57814'; +$wp_version = '6.6-alpha-57817'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.