Skip to content

Commit

Permalink
Plugins: Remove extra space in a translatable string.
Browse files Browse the repository at this point in the history
Follow-up to [57545].

Props Presskopp.
Fixes #60730.

git-svn-id: https://develop.svn.wordpress.org/trunk@57791 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Mar 8, 2024
1 parent 9a616a5 commit ac2ba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/class-wp-plugin-dependencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ public static function display_admin_notice_for_circular_dependencies() {
wp_admin_notice(
sprintf(
'<p>%1$s</p><ul>%2$s</ul><p>%3$s</p>',
__( '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.' )
),
Expand Down

0 comments on commit ac2ba69

Please sign in to comment.