PluginProbe
ActivityPub / 8.0.2
ActivityPub v8.0.2
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/cli/class-cache-command.php +1 -1 8.2.08.0.2 View file →
@@ -209,9 +209,9 @@
209 209 foreach ( $subdirs as $subdir ) {
210 210 File::delete_directory( $subdir );
211 211 }
212 212
213 - // Clean up legacy avatar URL meta from previous versions.
213 + // Also clear avatar URL meta for avatar cache.
214 214 if ( 'avatar' === $type ) {
215 215 \delete_metadata( 'post', 0, '_activitypub_avatar_url', '', true );
216 216 }
217 217