diff --git a/readme.html b/readme.html index 7d27aa7cec..1d41b4eef7 100644 --- a/readme.html +++ b/readme.html @@ -9,7 +9,7 @@
Semantic Personal Publishing Platform
diff --git a/wp-admin/about.php b/wp-admin/about.php index 0afc317677..9b4d0d9e5d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -108,10 +108,14 @@ $tech_features = array(Version %1$s addressed a security issue and fixed %2$s bug.', + 'Version %1$s addressed a security issue and fixed %2$s bugs.', 5 ), '4.3.2', number_format_i18n( 5 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.2' ); ?> +
Version %1$s addressed some security issues and fixed %2$s bug.', 'Version %1$s addressed some security issues and fixed %2$s bugs.', 26 ), '4.3.1', number_format_i18n( 26 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_4.3.1' ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.3.1' ); ?>