From 1dc52152156376ac626ea796c9e63fd1e62cc0cd Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 15 Apr 2026 13:18:40 +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 9e1c823b874..99ef8483cde 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 33.0.3 */ private static function scriptOrderValue(string $name): int { return match($name) {