When Gravatar requests are blocked the default mystery image in the comments list table is still requested from gravatar.com.
It looks like this is caused by get_avatar( $comment, 32, 'mystery' ); in WP_Comments_List_Table::floated_admin_avatar(). Removing the mystery default loads the local image.
When Gravatar requests are blocked the default mystery image in the comments list table is still requested from gravatar.com.
It looks like this is caused by
get_avatar( $comment, 32, 'mystery' );inWP_Comments_List_Table::floated_admin_avatar(). Removing themysterydefault loads the local image.