diff --git a/wp-admin/about.php b/wp-admin/about.php index 8b2a673d92..f6c443b66b 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -246,7 +246,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: %s: WordPress Field Guide link. */ __( 'Check out the latest version of the WordPress Field Guide. It is overflowing with detailed developer notes to help you build with WordPress.' ), - 'https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/' + __( 'https://make.wordpress.org/core/2023/03/09/wordpress-6-2-field-guide/' ) ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index e5836435fa..788eb4de92 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55600'; +$wp_version = '6.3-alpha-55601'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.