From 904be9b35862702ebc0f7f026cd7df3de2e984dd Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 10 Sep 2024 15:16:11 +0000 Subject: [PATCH] Help/About: Fix number of bugs without raising the number of bugs. Built from https://develop.svn.wordpress.org/branches/6.6@59005 git-svn-id: http://core.svn.wordpress.org/branches/6.6@58401 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 1ab3e39a1f..6db1941462 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -51,7 +51,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; _n( 'Version %1$s addressed %2$s bug.', 'Version %1$s addressed %2$s bugs.', - 16 + 26 ), '6.6.2', '26'