Closed argiepiano closed 3 months ago
element_sort only works if the Drupal compatibility layer is on. Otherwise this results in a fatal error.
element_sort
element_sort is used in the theme_l10n_community_page() function. It should be replaced with
theme_l10n_community_page()
backdrop_sort($page['#' . $container], array('#weight'));
element_sort
only works if the Drupal compatibility layer is on. Otherwise this results in a fatal error.element_sort
is used in thetheme_l10n_community_page()
function. It should be replaced with