From f0512b76f4609a5fc988da5a46a40cfac3021b76 Mon Sep 17 00:00:00 2001 From: Bego Mario Garde Date: Sat, 23 Sep 2023 09:01:27 +0200 Subject: [PATCH] Update file-checks.php Corrects incorrect punctuation (double period). --- checks/file-checks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/file-checks.php b/checks/file-checks.php index ca8dbd766..990cf9616 100644 --- a/checks/file-checks.php +++ b/checks/file-checks.php @@ -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 ) ) ) ); @@ -137,4 +137,4 @@ function check_warn_hidden_files() { ); } } -} \ No newline at end of file +}