Changeset 4372 for trunk/wp-includes/post-template.php
- Timestamp:
- 10/11/2006 09:18:54 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r4278 r4372 212 212 // this will probably change at some point... 213 213 function the_meta() { 214 global $id , $post_meta_cache;214 global $id; 215 215 216 216 if ( $keys = get_post_custom_keys() ) {
Note: See TracChangeset
for help on using the changeset viewer.