Changeset 627474
- Timestamp:
- 11/20/2012 01:40:55 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
infinite-scroll/trunk/includes/infinite-scroll.class.php
r627467 r627474 265 265 } 266 266 public static function sanitizeURLPart($input) { 267 return preg_replace("/[^A-Za-z0-9\-\._~:\/\?#@!\$&'() *\+,;=%]/", '', $input);267 return preg_replace("/[^A-Za-z0-9\-\._~:\/\?#@!\$&'()|*\+,;=%]/", '', $input); 268 268 } 269 269
Note: See TracChangeset
for help on using the changeset viewer.