You are here

function drupal_render_children in Elysia Cron 6

Same name and namespace in other branches
  1. 6.2 elysia_drupalconv.php \drupal_render_children()
1 call to drupal_render_children()
theme_elysia_cron_settings_form in ./elysia_cron.admin.inc

File

./elysia_drupalconv.php, line 102

Code

function drupal_render_children($form) {
  return drupal_render(_dcr_form($form));
}