diff --git a/includes/class-edit.php b/includes/class-edit.php
index 33960fbab51d022f59eb13c512a39fced973dacd..c802041cfe62b94cd5e93a95a787a059fd496e4a 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 {