From 1d4ee16f7aab93a6dffc9dc31fc071119a0514e6 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 15 Apr 2026 13:17:15 +0200 Subject: [PATCH] chore: adjust version in doc block Signed-off-by: Ferdinand Thiessen --- lib/public/Util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/Util.php b/lib/public/Util.php index 6b15975b697..c123356b09a 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -199,7 +199,7 @@ class Util { * This is used to ensure that the global state is initialized before all other scripts. * * @param string $name - The script name - * @since 34.0.0 + * @since 32.0.9 */ private static function scriptOrderValue(string $name): int { return match($name) {