diff options
Diffstat (limited to 'core/includes/bootstrap.inc')
-rw-r--r-- | core/includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index f4696ba281b..48c423e95ae 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -456,7 +456,7 @@ function &drupal_register_shutdown_function($callback = NULL, ...$args) { if (empty($callbacks)) { register_shutdown_function('_drupal_shutdown_function'); } - // Save callback and arguments + // Save callback and arguments. $callbacks[] = ['callback' => $callback, 'arguments' => $args]; } return $callbacks; |