From 10f47444089a9eb04e3b101d520e2d39d0533134 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Thu, 5 Dec 2024 13:07:49 -0800 Subject: [PATCH] phpcbf --- includes/class-solrpower-sync.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-solrpower-sync.php b/includes/class-solrpower-sync.php index 4e91d601..01b00997 100644 --- a/includes/class-solrpower-sync.php +++ b/includes/class-solrpower-sync.php @@ -103,7 +103,7 @@ function handle_modified( $post_id ) { * @param integer $post_id ID for the post. */ function handle_delete( $post_id ) { - $post_info = get_post( $post_id ); + $post_info = get_post( $post_id ); if ( is_multisite() ) { $this->delete( get_current_blog_id() . '_' . $post_info->ID );