function views_xhtml_hcard_handler in Views Datasource 5
handler for our own XHTML hCard argument handler
1 string reference to 'views_xhtml_hcard_handler'
File
- ./
views_xhtml.module, line 55 - Provides Views plugin for rendering node content as XHTML microformats.
Code
function views_xhtml_hcard_handler($op, &$query, $argtype, $arg = '') {
if ($op == 'filter') {
views_xhtml_hcard_views_argument('argument', $GLOBALS['current_view'], $arg);
}
}