Skip to content

Commit 33bdee9

Browse files
committed
Update class-directories-check.php
1 parent ad6f1df commit 33bdee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checks/class-directories-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function check( $php_files, $css_files, $other_files ) {
5555
__( 'REQUIRED', 'theme-check' ),
5656
__( 'Please remove any extraneous directories like <strong>.git</strong>, <strong>.svn</strong> or <strong>__MACOSX</strong> from the ZIP file before uploading it.', 'theme-check' )
5757
);
58-
$ret = false;
58+
$ret = false;
5959
break;
6060
}
6161
}

0 commit comments

Comments
 (0)