Changeset 18807
- Timestamp:
- 09/29/2011 02:23:26 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r18752 r18807 1038 1038 return serialize( $data ); 1039 1039 1040 // Double serialization is required for backward compatibility. 1041 // See http://core.trac.wordpress.org/ticket/12930 1040 1042 if ( is_serialized( $data ) ) 1041 1043 return serialize( $data );
Note: See TracChangeset
for help on using the changeset viewer.