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:
parent
1f9074fcd1
commit
bf8e4423f0
@ -1354,8 +1354,7 @@ function check_comment($author, $email, $url, $comment, $user_ip) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function query_posts($query) {
|
function query_posts($query) {
|
||||||
global $wpdb,
|
global $wpdb, $pagenow, $request;
|
||||||
$pagenow;
|
|
||||||
|
|
||||||
parse_str($query);
|
parse_str($query);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user