summaryrefslogtreecommitdiffstats
path: root/wp-includes/post-template.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-10-11 11:37:25 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-10-11 11:37:25 +0000
commit69f836f072daf4553db3a76429581ddbc2742f98 (patch)
tree83a41f870824fe5cbc30a2784c9f917daeca0d74 /wp-includes/post-template.php
parentee66b743ce7a5df18d37b4deb34d469aac1d2b5f (diff)
WP Merge to rev 4376
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@802 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/post-template.php')
-rw-r--r--wp-includes/post-template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php
index 32006b8..2a4795c 100644
--- a/wp-includes/post-template.php
+++ b/wp-includes/post-template.php
@@ -211,7 +211,7 @@ function post_custom( $key = '' ) {
// this will probably change at some point...
function the_meta() {
- global $id, $post_meta_cache;
+ global $id;
if ( $keys = get_post_custom_keys() ) {
echo "<ul class='post-meta'>\n";