Backwards compatibility wrapper.

Parameters

array $vars: Theme variables.

Deprecated

Removed in 3.5 when the hook_theme() implementation was fixed.

See also

template_preprocess_views_slideshow_pager_field_item().

Related topics

File

theme/views_slideshow.theme.inc, line 521

Code

function _views_slideshow_preprocess_views_slideshow_pager_field_item(&$vars) {
    template_preprocess_views_slideshow_pager_field_item($vars);
}