Skip to content

Instantly share code, notes, and snippets.

@shemul49rmc
Created October 29, 2013 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shemul49rmc/7213871 to your computer and use it in GitHub Desktop.
Save shemul49rmc/7213871 to your computer and use it in GitHub Desktop.
Modify Size of Comments Gravatar
//Modify Size of Comments Gravatar*http://iamshemul.com/?p=2395*//
function child_comment_list_args( $args ) {
return array( 'type' => 'comment', 'avatar_size' => 65, 'callback' => 'genesis_comment_callback' );
}
add_filter( 'genesis_comment_list_args', 'child_comment_list_args' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment