Changeset 24129 for trunk/wp-includes/formatting.php
- Timestamp:
- 04/29/2013 02:48:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r24051 r24129 3265 3265 } 3266 3266 3267 $match = array();3268 3267 $found = false; 3269 3268 while ( preg_match('/%[a-f0-9]{2}/i', $filtered, $match) ) {
Note: See TracChangeset
for help on using the changeset viewer.