diff options
| author | Vjacheslav Trushkin <arty@phpbb.com> | 2012-04-03 13:57:12 +0300 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2012-04-19 04:25:25 +0200 |
| commit | d91abbb146d3a808764bf19b9e6adc6e14db1751 (patch) | |
| tree | 82cba963104094b121305c393c883127a14144a6 /phpBB/includes/template/context.php | |
| parent | 6cecc91326135fbb36eb9d73aa25fc40cfdfb54b (diff) | |
| download | forums-d91abbb146d3a808764bf19b9e6adc6e14db1751.tar forums-d91abbb146d3a808764bf19b9e6adc6e14db1751.tar.gz forums-d91abbb146d3a808764bf19b9e6adc6e14db1751.tar.bz2 forums-d91abbb146d3a808764bf19b9e6adc6e14db1751.tar.xz forums-d91abbb146d3a808764bf19b9e6adc6e14db1751.zip | |
[ticket/10756] Renaming phpbb_style_template to phpbb_template
Renaming phpbb_style_template to phpbb_template
PHPBB3-10756
Diffstat (limited to 'phpBB/includes/template/context.php')
| -rw-r--r-- | phpBB/includes/template/context.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/context.php b/phpBB/includes/template/context.php index 5e0b1d4a7e..ec09da1cf3 100644 --- a/phpBB/includes/template/context.php +++ b/phpBB/includes/template/context.php @@ -86,7 +86,7 @@ class phpbb_template_context * Returns a reference to template data array. * * This function is public so that template renderer may invoke it. - * Users should alter template variables via functions in phpbb_style_template. + * Users should alter template variables via functions in phpbb_template. * * Note: modifying returned array will affect data stored in the context. * |
