Skip to content

Instantly share code, notes, and snippets.

@yashmistrey
yashmistrey / function.php
Created July 29, 2011 13:43
twentyeleven_comment
<?php
if ( ! function_exists( 'twentyeleven_comment' ) ) :
/**
* Template for comments and pingbacks.
*
* To override this walker in a child theme without modifying the comments template
* simply create your own twentyeleven_comment(), and that function will be used instead.
*
* Used as a callback by wp_list_comments() for displaying the comments.
*