Plugins: Remove extra space in a translatable string.

Follow-up to [57545].

Props Presskopp.
Fixes #60730.
Built from https://develop.svn.wordpress.org/trunk@57791


git-svn-id: http://core.svn.wordpress.org/trunk@57292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-03-08 14:34:11 +00:00
parent 8648d06284
commit 1cd07a318a
2 changed files with 2 additions and 2 deletions

View File

@ -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.' )
),

View File

@ -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.