Make $request global to satisfy the page navigation fxns.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-05-25 01:16:49 +00:00
parent 1f9074fcd1
commit bf8e4423f0

View File

@ -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);