diff --git a/wp-admin/about.php b/wp-admin/about.php index b1f85caff8..afe4939329 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -72,28 +72,16 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
-

-

+

+

-
-
- -
-
-
- -
-
-

-

-
- +
@@ -260,7 +248,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; printf( /* translators: 1: WordPress Field Guide link, 2: WordPress version number. */ __( 'Explore the WordPress %2$s Field Guide. Learn about the changes in this release with detailed developer notes to help you build with WordPress.' ), - ( '#' ), + esc_url( __( 'https://make.wordpress.org/core/wordpress-6-5-field-guide/' ) ), '6.5' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index aacbc9aa72..1c59788530 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57807'; +$wp_version = '6.6-alpha-57809'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.