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_slide_counter().

Sujets associés

Fichier

theme/views_slideshow.theme.inc, line 589

Code

function _views_slideshow_preprocess_views_slideshow_slide_counter(&$vars) {
    template_preprocess_views_slideshow_slide_counter($vars);
}