From 7630099b45b820bfe86fcade5f63cb8366d8542c 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: http://svn.automattic.com/wordpress/trunk@15729 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/query.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-includes/query.php b/wp-includes/query.php index 075c7a0a3..a4547254d 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'