modified file enshrined

This commit is contained in:
2024-07-19 19:46:16 +00:00
committed by Gitium
parent 39ec06fbc1
commit 51937c2f57
856 changed files with 3722 additions and 180872 deletions

View File

@ -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() ) );
}
/**