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 --- .../classes/class-twentytwenty-walker-comment.php | 142 --------------------- 1 file changed, 142 deletions(-) delete mode 100644 srcs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php (limited to 'srcs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php') diff --git a/srcs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php b/srcs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php deleted file mode 100644 index 1472d0b..0000000 --- a/srcs/wordpress/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php +++ /dev/null @@ -1,142 +0,0 @@ - - < id="comment-" has_children ? 'parent' : '', $comment ); ?>> -
-
-
- ', $comment_author_url ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped --Escaped in https://developer.wordpress.org/reference/functions/get_comment_author_url/ - echo wp_kses_post( $avatar ); - } - } - - printf( - '%1$s%2$s', - esc_html( $comment_author ), - __( 'says:', 'twentytwenty' ) - ); - - if ( ! empty( $comment_author_url ) ) { - echo ''; - } - ?> -
- - - -
- -
- - comment_approved ) { - ?> -

- - -
- - 'div-comment', - 'depth' => $depth, - 'max_depth' => $args['max_depth'], - 'before' => '', - 'after' => '', - ) - ) - ); - - $by_post_author = twentytwenty_is_comment_by_post_author( $comment ); - - if ( $comment_reply_link || $by_post_author ) { - ?> - -
- - ' . __( 'By Post Author', 'twentytwenty' ) . ''; - } - ?> - -
- - - -
- -