Skip to content

Commit

Permalink
Remove the filter on the 'comment_class' hook. The function was remov…
Browse files Browse the repository at this point in the history
…ed the last go round but the filter call wasn't.

git-svn-id: http://svn.locallylost.com/themes/trending/trunk@877 dba0f204-706d-4bc1-bc29-8b92e0485636
  • Loading branch information
greenshady committed Sep 23, 2011
1 parent 49df459 commit 52d53b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions functions.php
Expand Up @@ -82,9 +82,6 @@ function trending_theme_setup() {
add_filter( 'previous_comments_link_attributes', 'trending_previous_comments_link_attributes' );
add_filter( 'next_comments_link_attributes', 'trending_next_comments_link_attributes' );

/* Add an avatar class to the comments class. */
add_filter( 'comment_class', 'trending_comment_class' );

/* Add custom image sizes. */
add_action( 'init', 'trending_add_image_sizes' );
}
Expand Down

0 comments on commit 52d53b4

Please sign in to comment.