mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-31 13:37:51 +01:00
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:
parent
8648d06284
commit
1cd07a318a
@ -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.' )
|
||||
),
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user