Skip to content

Commit

Permalink
Revert intentional typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Aug 7, 2024
1 parent f103933 commit 433bb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/Tests/Security/EscapeOutputUnitTest.1.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 433bb54

Please sign in to comment.