Post meta caching fix by mdawaffe. fixes #3229

git-svn-id: https://develop.svn.wordpress.org/trunk@4372 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2006-10-11 09:18:54 +00:00
parent 29cbad678d
commit 836286e8ec
3 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -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";