diff --git a/checks/class-textdomain-check.php b/checks/class-textdomain-check.php index 266d256..c8dbfaf 100644 --- a/checks/class-textdomain-check.php +++ b/checks/class-textdomain-check.php @@ -58,7 +58,7 @@ class TextDomain_Check implements themecheck { ); // Core names their themes differently. - var $exceptions = array( 'twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen', 'twentyfifteen', 'twentysixteen', 'twentyseventeen', 'twentyeighteen', 'twentynineteen', 'twentytwenty', 'twentytwentyone' ); + var $exceptions = array( 'twentyten', 'twentyeleven', 'twentytwelve', 'twentythirteen', 'twentyfourteen', 'twentyfifteen', 'twentysixteen', 'twentyseventeen', 'twentyeighteen', 'twentynineteen', 'twentytwenty', 'twentytwentyone', 'twentytwentytwo', 'twentytwentythree', 'twentytwentyfour', 'twentytwentyfive' ); function set_context( $data ) { if ( isset( $data['theme']['Name'] ) ) {