Changeset 8101
- Timestamp:
- 06/16/2008 08:41:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/functions.php
r7963 r8101 405 405 function maybe_serialize( $data ) { 406 406 if ( is_string( $data ) ) 407 $data = trim( $data );407 return $data; 408 408 elseif ( is_array( $data ) || is_object( $data ) ) 409 409 return serialize( $data );
Note: See TracChangeset
for help on using the changeset viewer.