mirror of
git://develop.git.wordpress.org/
synced 2025-02-23 16:15:31 +01:00
Plugins: Remove extra space in a translatable string.
Follow-up to [57545]. Props Presskopp. Fixes #60730. git-svn-id: https://develop.svn.wordpress.org/trunk@57791 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9a616a5734
commit
ac2ba69de7
@ -426,7 +426,7 @@ class WP_Plugin_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.' )
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user