We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1362451 commit 8d30680Copy full SHA for 8d30680
src/wp-includes/html-api/class-wp-html-tag-processor.php
@@ -3868,7 +3868,7 @@ static function ( $matches ) {
3868
/**
3869
* JSON can be safely escaped.
3870
*
3871
- * The following replacement may appear insuficcient, "<" is replaced
+ * The following replacement may appear insufficient, "<" is replaced
3872
* with its JSON escape sequence "\u003C" without considering whether
3873
* the "<" is preceded by an escaping slash. JSON does not support
3874
* arbitrary character escaping (like JavaScript strings) so "\<"
0 commit comments