Changeset 8667 for trunk/wp-includes/query.php
- Timestamp:
- 08/19/2008 03:21:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r8646 r8667 525 525 $qv['m'] = absint($qv['m']); 526 526 $qv['cat'] = preg_replace( '|[^0-9,-]|', '', $qv['cat'] ); // comma separated list of positive or negative integers 527 $qv['pagename'] = trim( $qv['pagename'] ); 528 $qv['name'] = trim( $qv['name'] ); 527 529 if ( '' !== $qv['hour'] ) $qv['hour'] = absint($qv['hour']); 528 530 if ( '' !== $qv['minute'] ) $qv['minute'] = absint($qv['minute']);
Note: See TracChangeset
for help on using the changeset viewer.