diff --git a/includes/class-activitypub.php b/includes/class-activitypub.php index 733ae00a..a4b29d06 100644 --- a/includes/class-activitypub.php +++ b/includes/class-activitypub.php @@ -109,10 +109,9 @@ class Activitypub { // fallback as template_loader can't return http headers return $template; } - return $json_template; } - return $template; + return $json_template; } /**