diff --git a/wp-admin/about.php b/wp-admin/about.php index 323877c52d..0dff645e80 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -36,6 +36,31 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

+ Version %1$s addressed some security issues and fixed %2$s bug.', + 'Version %1$s addressed some security issues and fixed %2$s bugs.', + 1 + ), + '5.1.6', + number_format_i18n( 1 ) + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '5.1.6' ) + ) + ); + ?> +