]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/query.php
Wordpress 2.8.4-scripts
[autoinstalls/wordpress.git] / wp-includes / query.php
index 663133ffb05bb134ac8ecb005945078224f9ce50..c9f96558765dae4fdae38bd7407b01fb712c8014 100644 (file)
@@ -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'] );