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/twentyseventeen/comments.php | 89 ---------------------- 1 file changed, 89 deletions(-) delete mode 100644 srcs/wordpress/wp-content/themes/twentyseventeen/comments.php (limited to 'srcs/wordpress/wp-content/themes/twentyseventeen/comments.php') diff --git a/srcs/wordpress/wp-content/themes/twentyseventeen/comments.php b/srcs/wordpress/wp-content/themes/twentyseventeen/comments.php deleted file mode 100644 index 7e8e988..0000000 --- a/srcs/wordpress/wp-content/themes/twentyseventeen/comments.php +++ /dev/null @@ -1,89 +0,0 @@ - - -
- - -

- -

- -
    - 100, - 'style' => 'ol', - 'short_ping' => true, - 'reply_text' => twentyseventeen_get_svg( array( 'icon' => 'mail-reply' ) ) . __( 'Reply', 'twentyseventeen' ), - ) - ); - ?> -
- - twentyseventeen_get_svg( array( 'icon' => 'arrow-left' ) ) . '' . __( 'Previous', 'twentyseventeen' ) . '', - 'next_text' => '' . __( 'Next', 'twentyseventeen' ) . '' . twentyseventeen_get_svg( array( 'icon' => 'arrow-right' ) ), - ) - ); - - endif; // Check for have_comments(). - - // If comments are closed and there are comments, let's leave a little note, shall we? - if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : - ?> - -

- - -
-- cgit