Changeset 3410
- Timestamp:
- 01/06/06 01:30:13 (3 years ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r3404 r3410 473 473 return maybe_unserialize( $post_meta_cache[$post_id][$key][0] ); 474 474 } else { 475 return maybe_unserialize( $post_meta_cache[$post_id][$key] [0]);475 return maybe_unserialize( $post_meta_cache[$post_id][$key] ); 476 476 } 477 477 }
