Changeset 1305
- Timestamp:
- 05/22/08 15:54:50 (7 months ago)
- Files:
-
- trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/post.php
r1260 r1305 695 695 update_postmeta_cache($post_id); 696 696 697 return wp_cache_get($post_id, 'post_meta');697 return (array)wp_cache_get($post_id, 'post_meta'); 698 698 } 699 699
