Changeset 3239
- Timestamp:
- 11/30/2005 12:25:05 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r3234 r3239 259 259 260 260 function maybe_unserialize($original) { 261 if ( $gm = @ unserialize($original) )261 if ( false !== $gm = @ unserialize($original) ) 262 262 return $gm; 263 263 else
Note: See TracChangeset
for help on using the changeset viewer.