From e7b2d37439709c9ef39418b4084baa153c7f624e Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Thu, 14 Sep 2017 15:31:06 -0700 Subject: [PATCH] Redundant --- includes/class-edit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/class-edit.php b/includes/class-edit.php index 33960fb..c802041 100644 --- a/includes/class-edit.php +++ b/includes/class-edit.php @@ -74,7 +74,6 @@ class Edit { } unset( $request_array['post_sticky'] ); - // Post status uses a special key. if ( is_null( $request_array['post_status'] ) || 'all' === $request_array['post_status'] ) { $request_array['_status'] = -1; } else { -- GitLab