From 00c9709fd9763542e848f6278db8ba26af5c9886 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 15 Oct 2018 23:46:42 +0200 Subject: Initial commit. --- comments.php | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 comments.php (limited to 'comments.php') diff --git a/comments.php b/comments.php new file mode 100644 index 0000000..3e68617 --- /dev/null +++ b/comments.php @@ -0,0 +1,124 @@ + + +
+ + + + + +

+ + ' . get_the_title() . '' + ); + } else { + printf( // WPCS: XSS OK. + /* translators: 1: number of comments, 2: post title */ + esc_html( _nx( + '%1$s Kommentare zu “%2$s”', + '%1$s Kommentare zu “%2$s”', + $comments_number, + 'comments title', + 'understrap' + ) ), + number_format_i18n( $comments_number ), + '' . get_the_title() . '' + ); + } + ?> + +

+ + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through. ?> + + + + + +
    + + 'ol', + 'short_ping' => true, + ) ); + ?> + +
+ + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through. ?> + + + + + + + + + +

+ + + + + +
-- cgit v1.2.3