Changeset 45754 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/05/2019 01:54:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45742 r45754 529 529 case 'd': 530 530 $end = $strict ? '$' : ''; 531 return (bool) preg_match( "/^{$token}:[0-9.E -]+;$end/", $data );531 return (bool) preg_match( "/^{$token}:[0-9.E+-]+;$end/", $data ); 532 532 } 533 533 return false;
Note: See TracChangeset
for help on using the changeset viewer.