From f682995667fb92118f88ff0bf684ba0985305699 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 25 Jun 2015 12:27:13 +0100 Subject: [PATCH] Issue #2509630 by andypost: Update doc-block for _node_mass_update_batch_finished --- core/modules/node/node.admin.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/modules/node/node.admin.inc b/core/modules/node/node.admin.inc index 053f88ffe94..280fd81c8ac 100644 --- a/core/modules/node/node.admin.inc +++ b/core/modules/node/node.admin.inc @@ -152,10 +152,12 @@ function _node_mass_update_batch_process(array $nodes, array $updates, $load, $r * @param bool $success * A boolean indicating whether the batch mass update operation successfully * concluded. - * @param int $results - * The number of nodes updated via the batch mode process. + * @param string[] $results + * An array of rendered links to nodes updated via the batch mode process. * @param array $operations * An array of function calls (not used in this function). + * + * @see _node_mass_update_batch_process() */ function _node_mass_update_batch_finished($success, $results, $operations) { if ($success) {