Ticket #9930: 9930.3.patch
File 9930.3.patch, 469 bytes (added by , 14 years ago) |
---|
-
wp-includes/functions.php
### Eclipse Workspace Patch 1.0 #P wordpress
270 270 case 'b' : 271 271 case 'i' : 272 272 case 'd' : 273 return (bool) preg_match( "/^{$token}:[0-9.E -]+;\$/", $data );273 return (bool) preg_match( "/^{$token}:[0-9.EeINF+-]+;\$/", $data ); 274 274 } 275 275 return false; 276 276 }