diff --git a/src/wp-includes/class-wp-plugin-dependencies.php b/src/wp-includes/class-wp-plugin-dependencies.php index 77444f33d17f5..3f64e59c9ab47 100644 --- a/src/wp-includes/class-wp-plugin-dependencies.php +++ b/src/wp-includes/class-wp-plugin-dependencies.php @@ -426,7 +426,7 @@ public static function display_admin_notice_for_circular_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.' ) ),