Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #17129, comment 6


Ignore:
Timestamp:
05/15/2011 08:21:27 AM (14 years ago)
Author:
hakre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17129, comment 6

    v1 v2  
    22
    33Related: #17375
     4
     5As is_serialized_string() is used in core only after if(is_serialized()) has been true, and it's not same stage compatible, it could be even written much smaller by just checking for s/S as the first letter.