Make WordPress Core


Ignore:
Timestamp:
10/11/2006 09:18:54 AM (20 years ago)
Author:
markjaquith
Message:

Post meta caching fix by mdawaffe. fixes #3229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-template.php

    r4278 r4372  
    212212// this will probably change at some point...
    213213function the_meta() {
    214     global $id, $post_meta_cache;
     214    global $id;
    215215
    216216    if ( $keys = get_post_custom_keys() ) {
Note: See TracChangeset for help on using the changeset viewer.