Skip to content

Commit

Permalink
fix link header
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Oct 18, 2024
1 parent 84fc703 commit c1a8aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-activitypub.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static function add_headers() {
$self_link = esc_url( $self_link );

if ( ! headers_sent() ) {
header( 'Link: <' . $self_link . '>; title="ActivityPub (JSON)" rel="alternate"; type="application/activity+json"' );
header( 'Link: <' . $self_link . '>; title="ActivityPub (JSON)"; rel="alternate"; type="application/activity+json"' );
}

add_action(
Expand Down

0 comments on commit c1a8aeb

Please sign in to comment.