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 593d615 commit 94b7e0fCopy full SHA for 94b7e0f
WordPressVIPMinimum/Sniffs/VIP/RestrictedFunctionsSniff.php
@@ -59,7 +59,7 @@ public function getGroups() {
59
'type' => 'error',
60
'message' => '%s does not strip CSS and JS in between the script and style tags. `wp_strip_all_tags` should be used instead.',
61
'functions' => array(
62
- 'strip_tags'
+ 'strip_tags',
63
),
64
65
);
0 commit comments