We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8894f1 commit 5994f86Copy full SHA for 5994f86
admin/class-nginx-helper-admin.php
@@ -602,7 +602,7 @@ public function unset_future_post_option_on_delete( $post_id ) {
602
! $this->options['enable_purge'] ||
603
empty( $this->options['future_posts'] ) ||
604
empty( $this->options['future_posts'][ $blog_id ] ) ||
605
- empty( isset( $this->options['future_posts'][ $blog_id ][ $post_id ] ) ) ||
+ isset( $this->options['future_posts'][ $blog_id ][ $post_id ] ) ||
606
wp_is_post_revision( $post_id )
607
) {
608
return;
0 commit comments