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) {