Changed deprecation of SSViewer::set_theme()

We introduced SSViewer::set_themes() in 4.0 only,
and its quite a commonly used method
This commit is contained in:
Ingo Schommer 2017-05-08 21:11:41 +12:00 committed by Damian Mooyman
parent 5784a7d2d7
commit 670dfd2ea0

View File

@ -188,7 +188,7 @@ class SSViewer implements Flushable
}
/**
* @deprecated 4.0 Use the "SSViewer.theme" config setting instead
* @deprecated 4.0.0:5.0.0 Use the "SSViewer#set_themes" instead
* @param string $theme The "base theme" name (without underscores).
*/
public static function set_theme($theme)