mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
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) {
|
||||
global $wpdb,
|
||||
$pagenow;
|
||||
global $wpdb, $pagenow, $request;
|
||||
|
||||
parse_str($query);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user