Backwards compatibility wrapper.

Paramètres

array $vars: Theme variables.

Deprecated

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

Voir aussi

template_preprocess_views_slideshow().

Sujets associés

Fichier

theme/views_slideshow.theme.inc, line 490

Code

function _views_slideshow_preprocess_views_slideshow(&$vars) {
    template_preprocess_views_slideshow($vars);
}