From bf6eb0bc86f9bbad3d676bf2f50272f2fb889590 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Tue, 21 Jun 2016 16:16:28 +0000 Subject: [PATCH] Fix About changelog for 4.5.3. Built from https://develop.svn.wordpress.org/branches/4.5@37828 git-svn-id: http://core.svn.wordpress.org/branches/4.5@37793 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index f7bef55449..f22c555f94 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -40,12 +40,16 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

Version %s addressed some security issues.' ), '4.5.3' ); ?> +

Version %s addressed some security issues and fixed %2$s bug.', + 'Version %s addressed some security issues and fixed %2$s bugs.', 17 ), '4.5.3', number_format_i18n( 17 ) ); ?> the release notes.' ), 'https://codex.wordpress.org/Version_4.5.3' ); ?>

+

Version %s addressed some security issues.' ), '4.5.2' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.5.2' ); ?> +

Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.', 17 ), '4.5.3', number_format_i18n( 17 ) ); ?> - the release notes.' ), 'https://codex.wordpress.org/Version_4.5.3' ); ?> + 'Version %1$s addressed %2$s bugs.', 12 ), '4.5.1', number_format_i18n( 12 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.5.1' ); ?>