Changes from trunk/wp-includes/query.php at r11501 to branches/2.8/wp-includes/query.php at r11607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-includes/query.php
r11501 r11607 1235 1235 $qv['w'] = absint($qv['w']); 1236 1236 $qv['m'] = absint($qv['m']); 1237 $qv['paged'] = absint($qv['paged']); 1237 1238 $qv['cat'] = preg_replace( '|[^0-9,-]|', '', $qv['cat'] ); // comma separated list of positive or negative integers 1238 1239 $qv['pagename'] = trim( $qv['pagename'] );
Note: See TracChangeset
for help on using the changeset viewer.