X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdeferred%2FDeferredUpdates.php;h=67b5490511eecdc6277cec63423382e77a0dde36;hb=9aed0482f429ae0a06c5f4e3b16d5562449790ca;hp=b97bd216c06253d54aa137f3fdb1314f345672b1;hpb=3d98b80a3901a4f843af38066f4f1538ec635976;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/deferred/DeferredUpdates.php b/includes/deferred/DeferredUpdates.php index b97bd216c0..67b5490511 100644 --- a/includes/deferred/DeferredUpdates.php +++ b/includes/deferred/DeferredUpdates.php @@ -124,6 +124,9 @@ class DeferredUpdates { /** * Do any deferred updates and clear the list * + * If $stage is self::ALL then the queue of PRESEND updates will be resolved, + * followed by the queue of POSTSEND updates + * * @param string $mode Use "enqueue" to use the job queue when possible [Default: "run"] * @param int $stage DeferredUpdates constant (PRESEND, POSTSEND, or ALL) (since 1.27) */