updated plugin ActivityPub
version 2.4.0
This commit is contained in:
@ -379,7 +379,7 @@ class Comment {
|
||||
}
|
||||
|
||||
// generate URI based on comment ID
|
||||
return \add_query_arg( 'c', $comment->comment_ID, \home_url() );
|
||||
return \add_query_arg( 'c', $comment->comment_ID, \trailingslashit( \home_url() ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user