fix PHPCS

This commit is contained in:
Matthias Pfefferle 2023-10-06 17:46:36 +02:00
parent 69a0a90b10
commit a18740c1ef

View file

@ -413,7 +413,6 @@ function get_audience( $object ) {
if ( in_array( $author_post_url, $object['to'] ) ) {
return 'private';
}
}
}