diff --git a/wp-admin/about.php b/wp-admin/about.php index b720cd5d9b..7a8295658f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -44,25 +44,15 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
- Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.', - 29 - ), - '4.8.1', - number_format_i18n( 29 ) - ); - ?> - the release notes.' ), 'https://codex.wordpress.org/Version_4.8.1' ); - ?> -
+ +Version %1$s addressed some security issues and fixed %2$s bug.', + 'Version %1$s addressed some security issues and fixed %2$s bugs.', 5 ), '4.8.2', number_format_i18n( 5 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.8.2' ); ?> +
+Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 29 ), '4.8.1', number_format_i18n( 29 ) ); ?> + the release notes.' ), 'https://codex.wordpress.org/Version_4.8.1' ); ?> +