mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Make $request global to satisfy the page navigation fxns.
git-svn-id: https://develop.svn.wordpress.org/trunk@1360 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user