1.20.x drupal.inc drupal_pre_render_scripts($elements)

#pre_render callback to add the elements needed for JavaScript tags to be rendered.

Deprecated

since 1.0.0

See also

backdrop_pre_render_scripts()

Related topics

File

includes/drupal.inc, line 989
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_pre_render_scripts($elements) {
  return backdrop_pre_render_scripts($elements);
}