PluginProbe
ActivityPub / 7.7.0
ActivityPub v7.7.0
9.3.1 9.3.0 9.2.2 9.2.1 9.2.0 9.1.0 9.0.2 9.0.1 9.0.0 8.3.0 8.2.1 8.2.0 8.1.1 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.2.0 1.3.0 2.0.0 2.0.1 2.1.0 2.1.1 All 160 releases
← All changes | includes/class-avatars.php +0 -5 9.2.07.7.0 View file →
@@ -46,13 +46,8 @@
46 46 if ( ! \in_array( $id_or_email->comment_type ?: 'comment', $allowed_comment_types, true ) ) {
47 47 return $args;
48 48 }
49 49
50 - // Respect WordPress "show avatars" setting.
51 - if ( ! \get_option( 'show_avatars' ) ) {
52 - return $args;
53 - }
54 -
55 50 $avatar = null;
56 51
57 52 // First, try to get avatar from remote actor.
58 53 $remote_actor_id = \get_comment_meta( $id_or_email->comment_ID, '_activitypub_remote_actor_id', true );