From 39d1200d5c74fb4b95413ddf81459dc3d7896b25 Mon Sep 17 00:00:00 2001 From: scribu Date: Tue, 5 Oct 2010 22:42:47 +0000 Subject: [PATCH] Revert part of [15713] to prevent notices. See #14645 git-svn-id: https://develop.svn.wordpress.org/trunk@15729 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/query.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/query.php b/wp-includes/query.php index 075c7a0a32..a4547254d6 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -1159,6 +1159,8 @@ class WP_Query extends WP_Object_Query { , 'tb' , 'paged' , 'comments_popup' + , 'meta_key' + , 'meta_value' , 'preview' , 's' , 'sentence'