Ticket #9930: 9930.diff
File 9930.diff, 417 bytes (added by , 15 years ago) |
---|
-
wp-includes/functions.php
263 263 case 'b' : 264 264 case 'i' : 265 265 case 'd' : 266 if ( preg_match( "/^{$badions[1]}:[0-9.E -]+;\$/", $data ) )266 if ( preg_match( "/^{$badions[1]}:[0-9.E+-]+;\$/", $data ) ) 267 267 return true; 268 268 break; 269 269 }