You are here

function better_field_descriptions_theme_registry_alter in Better Field Descriptions 7

Implements hook_theme_registry_alter().

File

./better_field_descriptions.module, line 226
Module file for the Better field descriptions module.

Code

function better_field_descriptions_theme_registry_alter(&$theme_registry) {

  // provide preprocess function form element theme functions
  $theme_registry['form_element']['preprocess functions'][] = 'better_field_descriptions_preprocess_form_element';
  $theme_registry['text_format_wrapper']['preprocess functions'][] = 'better_field_descriptions_preprocess_form_element';
}