Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
obenland committed Jan 10, 2025
1 parent 79398df commit 75034c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-activitypub.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static function deactivate() {
*/
public static function uninstall() {
Scheduler::deregister_schedules();

\remove_filter( 'pre_wp_update_comment_count_now', array( Comment::class, 'pre_wp_update_comment_count_now' ) );
Migration::update_comment_counts( 2000 );

Expand Down

0 comments on commit 75034c8

Please sign in to comment.