Ticket #15030: 15030.diff
File 15030.diff, 366 bytes (added by , 14 years ago) |
---|
-
wp-includes/meta.php
235 235 } 236 236 237 237 if ( ! $meta_key ) 238 return $meta_cache;238 return array_map( 'maybe_unserialize', $meta_cache ); 239 239 240 240 if ( isset($meta_cache[$meta_key]) ) { 241 241 if ( $single )