Ticket #41301: 41301.patch
File 41301.patch, 619 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/functions.php
4363 4363 /** 4364 4364 * Suspend cache invalidation. 4365 4365 * 4366 * Turns cache invalidation on and off. Useful during imports where you don't w ont to do4366 * Turns cache invalidation on and off. Useful during imports where you don't want to do 4367 4367 * invalidations every time a post is inserted. Callers must be sure that what they are 4368 4368 * doing won't lead to an inconsistent cache when invalidation is suspended. 4369 4369 *