From 91631ffa321dd4a4b32fe2a21077d1339e7b814c Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 11 Feb 2025 16:09:11 +0000 Subject: [PATCH] WordPress 6.7.2. git-svn-id: https://develop.svn.wordpress.org/branches/6.7@59807 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 25 +++++++++++++++++++++++++ src/wp-includes/version.php | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index d65fcfdfb269c..8ea17167d91fc 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -56,6 +56,31 @@

+

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