diff --git a/checks/class-directories-check.php b/checks/class-directories-check.php index 2a847b8..06819c4 100644 --- a/checks/class-directories-check.php +++ b/checks/class-directories-check.php @@ -1,14 +1,15 @@ error[] = sprintf( '%s: %s', __( 'REQUIRED', 'theme-check' ), - __( 'Please remove any extraneous directories like .git or .svn from the ZIP file before uploading it.', 'theme-check' ) + __( 'Please remove any extraneous directories like .git, .svn or __MACOSX from the ZIP file before uploading it.', 'theme-check' ) ); $ret = false; + break; } }