Changeset 3489
- Timestamp:
- 01/27/06 19:22:55 (3 years ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r3487 r3489 461 461 AND meta_key = '$key' AND meta_value = '$value'"); 462 462 $cache_key = $post_meta_cache['$post_id'][$key]; 463 foreach ( $cache_key as $index => $data )463 if ($cache_key) foreach ( $cache_key as $index => $data ) 464 464 if ( $data == $value ) 465 465 unset($post_meta_cache['$post_id'][$key][$index]);
