diff options
Diffstat (limited to 'lib/public/template.php')
-rw-r--r-- | lib/public/template.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/template.php b/lib/public/template.php index cc91bff2528..b308240306d 100644 --- a/lib/public/template.php +++ b/lib/public/template.php @@ -137,6 +137,8 @@ function html_select_options($options, $selected, $params=array()) { /** * This class provides the template system for owncloud. You can use it to load * specific templates, add data and generate the html code + * + * @since 8.0.0 */ class Template extends \OC_Template { /** |