Changeset 7586 for branches/2.5/wp-includes/query.php
- Timestamp:
- 04/02/2008 01:15:21 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/query.php
r7531 r7586 520 520 $qv['w'] = (int) $qv['w']; 521 521 $qv['m'] = (int) $qv['m']; 522 $qv['cat'] = preg_replace( '|[^0-9,-]|', '', $qv['cat'] ); // comma separated list of positive or negative integers 522 523 if ( '' !== $qv['hour'] ) $qv['hour'] = (int) $qv['hour']; 523 524 if ( '' !== $qv['minute'] ) $qv['minute'] = (int) $qv['minute'];
Note: See TracChangeset
for help on using the changeset viewer.