Skip to content

Commit

Permalink
phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Dec 5, 2024
1 parent 5e8c93d commit 10f4744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-solrpower-sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 10f4744

Please sign in to comment.