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'; } - } }