Make WordPress Core

Ticket #41301: 41301.diff

File 41301.diff, 619 bytes (added by euthelup, 6 years ago)
  • src/wp-includes/functions.php

     
    43634363/**
    43644364 * Suspend cache invalidation.
    43654365 *
    4366  * Turns cache invalidation on and off. Useful during imports where you don't wont to do
     4366 * Turns cache invalidation on and off. Useful during imports where you don't want to do
    43674367 * invalidations every time a post is inserted. Callers must be sure that what they are
    43684368 * doing won't lead to an inconsistent cache when invalidation is suspended.
    43694369 *