backdrop-contrib / l10n_server

Provides a generic translation database backend with a community localization user interface, which allows people to collaborate on translating projects to different languages.
0 stars 5 forks source link

Replace element_sort with backdrop_sort #37

Closed argiepiano closed 3 months ago

argiepiano commented 5 months ago

element_sort only works if the Drupal compatibility layer is on. Otherwise this results in a fatal error.

element_sort is used in the theme_l10n_community_page() function. It should be replaced with

      backdrop_sort($page['#' . $container], array('#weight'));