Ticket #19690: 19690.diff
| File 19690.diff, 404 bytes (added by , 14 years ago) |
|---|
-
taxonomy.php
2647 2647 2648 2648 foreach ( $object_terms as $id => $value ) { 2649 2649 foreach ( $value as $taxonomy => $terms ) { 2650 wp_cache_ set($id, $terms, "{$taxonomy}_relationships");2650 wp_cache_add($id, $terms, "{$taxonomy}_relationships"); 2651 2651 } 2652 2652 } 2653 2653 }