mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
5784a7d2d7
commit
670dfd2ea0
@ -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).
|
* @param string $theme The "base theme" name (without underscores).
|
||||||
*/
|
*/
|
||||||
public static function set_theme($theme)
|
public static function set_theme($theme)
|
||||||
|
Loading…
Reference in New Issue
Block a user