Skip to content

Commit 3a4fae3

Browse files
committed
Fix indentation
1 parent 26c4ecd commit 3a4fae3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin/class-purger.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ public function purge_post_on_comment_change( $newstatus, $oldstatus, $comment )
8989

9090
$exclude_post_types = apply_filters( 'rt_nginx_helper_comment_change_exclude_post_types', array() );
9191

92-
if ( in_array( get_post_type( $_post_id ), $exclude_post_types, true ) ) {
93-
return;
94-
}
92+
if ( in_array( get_post_type( $_post_id ), $exclude_post_types, true ) ) {
93+
return;
94+
}
9595

9696
$this->log( '* * * * *' );
9797
$this->log( '* Blog :: ' . addslashes( get_bloginfo( 'name' ) ) . ' ( ' . $blog_id . ' ). ' );

0 commit comments

Comments
 (0)