Skip to content
Snippets Groups Projects
Commit c58bca37 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2325571 followup by omers: Replace _theme() calls by calls to \Drupal::theme()->render().

parent 195503e2
No related branches found
No related tags found
No related merge requests found
......@@ -2906,7 +2906,7 @@ function drupal_render(&$elements, $is_recursive_call = FALSE) {
$wrapper_hook = $value;
}
$elements['#children'] = Drupal::theme()->render($wrapper_hook, $wrapper_elements);
$elements['#children'] = \Drupal::theme()->render($wrapper_hook, $wrapper_elements);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment