From 433bb54af30f0790eef056c301d1fddf520b5323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 7 Aug 2024 06:41:05 +0000 Subject: [PATCH] Revert intentional typo --- WordPress/Tests/Security/EscapeOutputUnitTest.1.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/Tests/Security/EscapeOutputUnitTest.1.inc b/WordPress/Tests/Security/EscapeOutputUnitTest.1.inc index d2f3bd960..5309a4693 100644 --- a/WordPress/Tests/Security/EscapeOutputUnitTest.1.inc +++ b/WordPress/Tests/Security/EscapeOutputUnitTest.1.inc @@ -462,7 +462,7 @@ echo 1_000_000 + 2_0_0 + 0o12 + 0o20_00, 0XAB953C, 6.674_083e+11, 0b1010; */ user_error( error_level: E_USER_NOTICE ); // OK, well not really, required $message parameter missing, but that's not our concern. trigger_error( - message: "There was an error: {$message}", + messege: "There was an error: {$message}", error_level: E_USER_NOTICE, ); // OK, well not really, typo in $message param name, but that's not our concern. user_error(