Sonra şu kodları da functions.php dosyana yapıştır.
function twentyeleven_comment( $comment, $args, $depth ) {
	$GLOBALS['comment'] = $comment;
	switch ( $comment->comment_type ) :
		case 'pingback' :
		case 'trackback' :
	?>
	
		 ', '' ); ?>
				break;
		default :
	?>
	 id="li-comment-">
		
			
			
			
				 __( 'Reply ↓', 'twentyeleven' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
			
		
				break;
	endswitch;
}
endif; // ends check for twentyeleven_comment() Türkçeleştirme sana kalmış.
 
  
