Ticket #13812: custom-comments-avoidance.diff
| File custom-comments-avoidance.diff, 613 bytes (added by , 16 years ago) |
|---|
-
wp-content/themes/twentyten/functions.php
341 341 </div><!-- .reply --> 342 342 </div><!-- #comment-## --> 343 343 344 <?php else : ?>344 <?php elseif ( in_array($comment->comment_type, array('pingback', 'trackback')) ) : ?> 345 345 <li class="post pingback"> 346 346 <p><?php _e( 'Pingback:', 'twentyten' ); ?> <?php comment_author_link(); ?><?php edit_comment_link( __('(Edit)', 'twentyten'), ' ' ); ?></p> 347 347 <?php endif;