From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../wp-content/themes/twentytwenty/comments.php | 132 --------------------- 1 file changed, 132 deletions(-) delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/comments.php (limited to 'srcs/wordpress/wp-content/themes/twentytwenty/comments.php') diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/comments.php b/srcs/wordpress/wp-content/themes/twentytwenty/comments.php deleted file mode 100644 index 5338887..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/comments.php +++ /dev/null @@ -1,132 +0,0 @@ - - -
- - - -
- -

- -

- -
- -
- - new TwentyTwenty_Walker_Comment(), - 'avatar_size' => 120, - 'style' => 'div', - ) - ); - - $comment_pagination = paginate_comments_links( - array( - 'echo' => false, - 'end_size' => 0, - 'mid_size' => 0, - 'next_text' => __( 'Newer Comments', 'twentytwenty' ) . ' ', - 'prev_text' => ' ' . __( 'Older Comments', 'twentytwenty' ), - ) - ); - - if ( $comment_pagination ) { - $pagination_classes = ''; - - // If we're only showing the "Next" link, add a class indicating so. - if ( false === strpos( $comment_pagination, 'prev page-numbers' ) ) { - $pagination_classes = ' only-next'; - } - ?> - - - - - -
- -
- - '; - } - - comment_form( - array( - 'class_form' => 'section-inner thin max-percentage', - 'title_reply_before' => '

', - 'title_reply_after' => '

', - ) - ); - -} elseif ( is_single() ) { - - if ( $comments ) { - echo ''; - } - - ?> - -
- -

- -
- -