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 --- .../class-twentynineteen-walker-comment.php | 128 --------------------- 1 file changed, 128 deletions(-) delete mode 100644 srcs/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php (limited to 'srcs/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php') diff --git a/srcs/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/srcs/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php deleted file mode 100644 index cded91d..0000000 --- a/srcs/wordpress/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php +++ /dev/null @@ -1,128 +0,0 @@ - - < id="comment-" has_children ? 'parent' : '', $comment ); ?>> -
-
-
- ', $comment_author_url ); - echo $avatar; - } - } - - /* - * Using the `check` icon instead of `check_circle`, since we can't add a - * fill color to the inner check shape when in circle form. - */ - if ( twentynineteen_is_comment_by_post_author( $comment ) ) { - printf( '', twentynineteen_get_icon_svg( 'check', 24 ) ); - } - - printf( - wp_kses( - /* translators: %s: Comment author link. */ - __( '%s says:', 'twentynineteen' ), - array( - 'span' => array( - 'class' => array(), - ), - ) - ), - '' . $comment_author . '' - ); - - if ( ! empty( $comment_author_url ) ) { - echo ''; - } - ?> -
- - - - - - comment_approved ) : ?> -

- - -
- -
- -
- -
- - 'div-comment', - 'depth' => $depth, - 'max_depth' => $args['max_depth'], - 'before' => '
', - 'after' => '
', - ) - ) - ); - ?> -