Lines:
1 to 15 of 15
<?php /** * Custom comment walker for this theme. * * @package WordPress * @subpackage Twenty_Twenty * @since Twenty Twenty 1.0 */ if ( ! class_exists( 'TwentyTwenty_Walker_Comment' ) ) { /* class TwentyTwenty_Walker_Comment */ /* function TwentyTwenty_Walker_Comment::html5_comment() – Outputs a comment in the HTML5 format. */ }