Plugins: Remove extra space in a translatable string.

Follow-up to [57545].

Reviewed by swissspidy.
Merges [57791] to the to the 6.5 branch.

Props Presskopp, afragen.
Fixes #60730.
Built from https://develop.svn.wordpress.org/branches/6.5@57812


git-svn-id: http://core.svn.wordpress.org/branches/6.5@57313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-03-12 12:21:09 +00:00
parent 6231a43c48
commit ed12716c2e
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.5-RC1-57810';
$wp_version = '6.5-RC1-57812';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.