Make WordPress Core

Ticket #41301: 41301.patch

File 41301.patch, 619 bytes (added by milana_cap, 8 years ago)

Small typo

  • 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 *