Skip to content

Commit

Permalink
Merge pull request #371 from WordPress-Coding-Standards/feature/in-array
Browse files Browse the repository at this point in the history
Add in_array() to list of auto-escaped functions
  • Loading branch information
westonruter committed May 2, 2015
2 parents d0e3a75 + 83aa3fe commit 54ca18f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WordPress/Sniffs/XSS/EscapeOutputSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ class WordPress_Sniffs_XSS_EscapeOutputSniff extends WordPress_Sniff
'get_the_term_list',
'get_the_title',
'has_post_thumbnail',
'in_array',
'is_array',
'is_attachment',
'next_comments_link',
'next_image_link',
Expand Down

0 comments on commit 54ca18f

Please sign in to comment.