Minor: Fix grammar in a comment
This commit is contained in:
parent
8d785d75ac
commit
70f3c80c81
|
|
@ -1017,7 +1017,7 @@ if ( !class_exists(UpdateChecker::class, false) ):
|
|||
$sourceFiles = array_keys($sourceFiles);
|
||||
$allMoved = true;
|
||||
foreach ($sourceFiles as $filename) {
|
||||
//Skip for our newly created folder.
|
||||
//Skip our newly created folder.
|
||||
if ( $filename === $this->slug ) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue