Ticket #10381: 10381.3.diff
File 10381.3.diff, 447 bytes (added by , 15 years ago) |
---|
-
wp-includes/post.php
3634 3634 break; 3635 3635 $id = $_post->ancestors[] = $ancestor; 3636 3636 } 3637 3638 global $_wp_using_ext_object_cache; 3639 // force a refresh of the cache in case memcached is used 3640 if ( $_wp_using_ext_object_cache ) 3641 wp_cache_delete($_post->ID, 'posts'); 3637 3642 } 3638 3643 3639 3644 /**