Backwards comparability wrapper.

Parameters

array $vars: Theme variables.

Deprecated

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

See also

template_preprocess_views_slideshow_cycle_main_frame().

Related topics

File

contrib/views_slideshow_cycle/theme/views_slideshow_cycle.theme.inc, line 315

Code

function _views_slideshow_cycle_preprocess_views_slideshow_cycle_main_frame(&$vars) {
    template_preprocess_views_slideshow_cycle_main_frame($vars);
}