i18nsync_theme()
contributions/i18n/i18nsync/i18nsync.module, line 42
Implementation of hook_theme()
<?php
function i18nsync_theme() {
return array(
'i18nsync_workflow_checkbox' => array(
'arguments' => array('item' => NULL),
),
);
}
?>