Changeset 1329
- Timestamp:
- 06/16/08 15:23:17 (4 months ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r1328 r1329 635 635 update_postmeta_cache($post_id); 636 636 637 return wp_cache_get($post_id, 'post_meta');637 return (array)wp_cache_get($post_id, 'post_meta'); 638 638 } 639 639
