Skip to content

Commit

Permalink
german word removed
Browse files Browse the repository at this point in the history
  • Loading branch information
KopfdesDaemons committed Dec 2, 2023
1 parent 304318e commit 527ced8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
echo '<article>';
echo '<footer class="wp-block-latest-comments__comment-meta">';
echo '<a class="wp-block-latest-comments__comment-author" href="' . esc_url($comment->comment_author_url) . '">' . $comment->comment_author . '</a>';
echo ' zu <a class="wp-block-latest-comments__comment-link" href="' . esc_url(get_comment_link($comment)) . '">' . get_the_title($comment->comment_post_ID) . '</a>';
echo ' <a class="wp-block-latest-comments__comment-link" href="' . esc_url(get_comment_link($comment)) . '">' . get_the_title($comment->comment_post_ID) . '</a>';
echo '<time datetime="' . esc_attr(get_comment_date('c', $comment)) . '" class="wp-block-latest-comments__comment-date">' . get_comment_date('j. F Y', $comment) . '</time>';
echo '</footer>';
echo '<div class="wp-block-latest-comments__comment-excerpt">';
Expand Down

0 comments on commit 527ced8

Please sign in to comment.