WordPress 4.0.30 contains multiple fixes.

Built from https://develop.svn.wordpress.org/branches/4.0@47690


git-svn-id: http://core.svn.wordpress.org/branches/4.0@47467 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-04-29 18:20:14 +00:00
parent d5e5bd0671
commit 74eff173b4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
<?php
printf(
/* translators: %s: WordPress version number */
__( '<strong>Version %s</strong> addressed one security issue.' ),
__( '<strong>Version %s</strong> addressed some security issues.' ),
'4.0.30'
);
?>