From 5715b0880d03c0b4d5a6ffd4bceb540f35094bd0 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 25 May 2004 01:16:49 +0000 Subject: [PATCH] Make $request global to satisfy the page navigation fxns. git-svn-id: https://develop.svn.wordpress.org/trunk@1360 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 3b55c31196..6cf2ad2c7c 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1354,8 +1354,7 @@ function check_comment($author, $email, $url, $comment, $user_ip) { } function query_posts($query) { - global $wpdb, - $pagenow; + global $wpdb, $pagenow, $request; parse_str($query);