1 drupal.inc drupal_pre_render_conditional_comments($elements)

Pre-render callback: Renders #browsers into #prefix and #suffix.

Deprecated

since 1.0.0

See also

backdrop_pre_render_conditional_comments()

Related topics

File

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

Code

function drupal_pre_render_conditional_comments($elements) {
  return backdrop_pre_render_conditional_comments($elements);
}