diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc index e238760..80dcec2 100644 --- a/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -769,7 +769,7 @@ function install_tasks($install_state) { * Returns a list of tasks that should be displayed to the end user. * * The output of this function is a list suitable for sending to - * theme_maintenance_task_list(). + * maintenance-task-list.html.twig. * * @param $install_state * An array of information about the current installation state. @@ -778,7 +778,7 @@ function install_tasks($install_state) { * A list of tasks, with keys equal to the machine-readable task name and * values equal to the name that should be displayed. * - * @see theme_maintenance_task_list() + * @see maintenance-task-list.html.twig */ function install_tasks_to_display($install_state) { $displayed_tasks = array();