From a18740c1ef8ae11447208a71321664664e60e8b1 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Fri, 6 Oct 2023 17:46:36 +0200 Subject: [PATCH] fix PHPCS --- includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 53808d6..9190283 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -413,7 +413,6 @@ function get_audience( $object ) { if ( in_array( $author_post_url, $object['to'] ) ) { return 'private'; } - } }