From 76402a87f366838bf06f6e36a552be43dfb5641c Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 4 Nov 2018 22:32:44 +0100 Subject: Removes dist/ folder. --- dist/comments.php | 124 ------------------------------------------------------ 1 file changed, 124 deletions(-) delete mode 100644 dist/comments.php (limited to 'dist/comments.php') diff --git a/dist/comments.php b/dist/comments.php deleted file mode 100644 index 3e68617..0000000 --- a/dist/comments.php +++ /dev/null @@ -1,124 +0,0 @@ - - -
- - - - - -

- - ' . 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