function remove_duplicates_theme in Remove Duplicates 7
Implements hook_theme().
Remove Duplicates tableselect theme function registration.
File
- ./
remove_duplicates.module, line 1802 - Remove duplicate nodes according to node fields or Custom fields.
Code
function remove_duplicates_theme($existing, $type, $theme, $path) {
return array(
'remove_duplicates_tableselect' => array(
'render element' => 'element',
),
);
}