diff --git a/wp-includes/class-wp-plugin-dependencies.php b/wp-includes/class-wp-plugin-dependencies.php index 77444f33d1..3f64e59c9a 100644 --- a/wp-includes/class-wp-plugin-dependencies.php +++ b/wp-includes/class-wp-plugin-dependencies.php @@ -426,7 +426,7 @@ class WP_Plugin_Dependencies { wp_admin_notice( sprintf( '

%1$s

%3$s

', - __( 'These plugins cannot be activated because their requirements are invalid. ' ), + __( 'These plugins cannot be activated because their requirements are invalid.' ), $circular_dependency_lines, __( 'Please contact the plugin authors for more information.' ) ), diff --git a/wp-includes/version.php b/wp-includes/version.php index d705527d49..0f5a4ae062 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57790'; +$wp_version = '6.6-alpha-57791'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.