diff --git a/wp-admin/about.php b/wp-admin/about.php index 407927abed..416cd8dd4f 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -43,6 +43,37 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; +
+
+

+

+ Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 10 + ), + '6.4.1', + '4' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version. */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '6.4.1' ) + ) + ); + ?> +

+
+
+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 693cc70143..8778638899 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4.1-RC1-57094'; +$wp_version = '6.4.1-RC1-57095'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.