Ticket #516: patch-flush.diff
| File patch-flush.diff, 389 bytes (added by boredzo, 5 years ago) |
|---|
-
wp-cache-phase2.php
217 217 array_push($meta_object->headers, "Content-Type: $value"); 218 218 } 219 219 } 220 ob_end_ clean();220 ob_end_flush(); 221 221 if ($new_cache) { 222 222 $serial = serialize($meta_object); 223 223 wp_cache_writers_entry();
