Index: src/wp-admin/about.php
===================================================================
--- src/wp-admin/about.php	(revision 52448)
+++ src/wp-admin/about.php	(working copy)
@@ -286,9 +286,10 @@
 				<p>
 					<?php
 					printf(
-						/* translators: %s: WordPress 5.9 Field Guide link. */
-						__( 'Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. <a href="%s">WordPress 5.9 Field Guide.</a>' ),
-						'https://make.wordpress.org/core/2022/01/04/wordpress-5-9-field-guide/'
+						/* translators: 1: Field Guide link for the WordPress version. 2: WordPress version number. */
+						__( 'Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. <a href="%1$s">WordPress %2$s Field Guide.</a>' ),
+						'https://make.wordpress.org/core/2022/01/04/wordpress-5-9-field-guide/',
+						$display_version					
 					);
 					?>
 				</p>
