Changeset 5150 for trunk/wp-includes/functions.php
- Timestamp:
- 03/31/2007 09:19:32 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5138 r5150 671 671 672 672 function update_post_caches(&$posts) { 673 global $post_cache, $category_cache, $post_meta_cache ;673 global $post_cache, $category_cache, $post_meta_cache, $tag_cache; 674 674 global $wpdb, $blog_id; 675 675
Note: See TracChangeset
for help on using the changeset viewer.