Ticket #31317: serialize-custom.diff
| File serialize-custom.diff, 374 bytes (added by , 11 years ago) |
|---|
-
wp-includes/functions.php
328 328 // or else fall through 329 329 case 'a' : 330 330 case 'O' : 331 case 'C' : 331 332 return (bool) preg_match( "/^{$token}:[0-9]+:/s", $data ); 332 333 case 'b' : 333 334 case 'i' :