Skip to content

Commit

Permalink
erge branch 'legacy-plugin' of github.com:10up/plugin-check into lega…
Browse files Browse the repository at this point in the history
…cy-plugin
  • Loading branch information
bordoni committed Sep 23, 2023
2 parents acb1cb1 + 983044a commit 7cc15b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checks/file-checks.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function check_phar() {
return new Error(
'phar_detected',
sprintf(
__( 'Phar files are not permitted.. Detected: %s', 'plugin-check' ),
__( 'Phar files are not permitted. Detected: %s', 'plugin-check' ),
basename( array_shift( $matches ) )
)
);
Expand Down Expand Up @@ -137,4 +137,4 @@ function check_warn_hidden_files() {
);
}
}
}
}

0 comments on commit 7cc15b9

Please sign in to comment.