X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9c40b4d36daed9e28e48a5fe9205c32557195a4b..67ba21ec17b4640df9bbe7701072d10ab2b05b63:/wp-includes/query.php diff --git a/wp-includes/query.php b/wp-includes/query.php index 663133ff..c9f96558 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -1234,6 +1234,7 @@ class WP_Query { $qv['day'] = absint($qv['day']); $qv['w'] = absint($qv['w']); $qv['m'] = absint($qv['m']); + $qv['paged'] = absint($qv['paged']); $qv['cat'] = preg_replace( '|[^0-9,-]|', '', $qv['cat'] ); // comma separated list of positive or negative integers $qv['pagename'] = trim( $qv['pagename'] ); $qv['name'] = trim( $qv['name'] );