diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-01-06 10:06:20 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-01-06 10:06:20 +0000 |
| commit | 12a70ca4a30a719ec19f9cd4fe6b9095ec9fe8a5 (patch) | |
| tree | 7a0f94770be334ac3b8486a2ca43a9ef58a649d1 /wp-inst/wp-includes/functions.php | |
| parent | b57ac48281c44847de6f128c109c5d13bd46d1cc (diff) | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@493 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/functions.php')
| -rw-r--r-- | wp-inst/wp-includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-includes/functions.php b/wp-inst/wp-includes/functions.php index 87e00ea..fee474a 100644 --- a/wp-inst/wp-includes/functions.php +++ b/wp-inst/wp-includes/functions.php @@ -477,7 +477,7 @@ function get_post_meta($post_id, $key, $single = false) { if ( $single ) { return maybe_unserialize( $post_meta_cache[$post_id][$key][0] ); } else { - return maybe_unserialize( $post_meta_cache[$post_id][$key][0] ); + return maybe_unserialize( $post_meta_cache[$post_id][$key] ); } } |
