Skip to content

Commit 7190fe2

Browse files
rodrigoprimojrfnl
andauthored
Update WordPress/Tests/Security/EscapeOutputUnitTest.1.inc
Co-authored-by: Juliette <[email protected]>
1 parent 322829b commit 7190fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Tests/Security/EscapeOutputUnitTest.1.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ exit( status: esc_html( $foo ) ); // Ok.
661661
die( status: esc_html( $foo ) ); // Ok.
662662

663663
exit( status: $foo ); // Bad.
664-
\die( status: $foo ); // Bad.
664+
\Die( status: $foo ); // Bad.
665665

666666
/*
667667
* Issue https://github.com/WordPress/WordPress-Coding-Standards/issues/2552

0 commit comments

Comments
 (0)