From 670dfd2ea096802d586c8fe41f0a17a4deb8ea4f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 8 May 2017 21:11:41 +1200 Subject: [PATCH] Changed deprecation of SSViewer::set_theme() We introduced SSViewer::set_themes() in 4.0 only, and its quite a commonly used method --- src/View/SSViewer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/SSViewer.php b/src/View/SSViewer.php index 8ad0ee926..543bf0334 100644 --- a/src/View/SSViewer.php +++ b/src/View/SSViewer.php @@ -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)