You are here

function _views_slideshow_preprocess_views_slideshow_controls_text_next in Views Slideshow 7.3

Same name and namespace in other branches
  1. 6.3 theme/views_slideshow.theme.inc \_views_slideshow_preprocess_views_slideshow_controls_text_next()

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

Related topics

File

theme/views_slideshow.theme.inc, line 575
The theme system, which controls the output of views slideshow.

Code

function _views_slideshow_preprocess_views_slideshow_controls_text_next(&$vars) {
  template_preprocess_views_slideshow_controls_text_next($vars);
}