function lingotek_grid_search_options in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lingotek.bulk_grid.inc \lingotek_grid_search_options()
1 call to lingotek_grid_search_options()
File
- ./
lingotek.bulk_grid.inc, line 357
Code
function lingotek_grid_search_options() {
$search_options = array(
'all' => t('All'),
'title' => t('Title'),
'body' => t('Body'),
);
return $search_options;
}