fix comment

This commit is contained in:
Uwe Tews
2015-05-11 23:09:27 +02:00
parent 556185c9e2
commit d276829aa6

View File

@@ -1,6 +1,6 @@
<?php <?php
/** /**
* Smarty Internal Plugin Compile Print Expression * Smarty Internal Plugin Compile PHP Expression
* Compiles any tag which will output an expression or variable * Compiles any tag which will output an expression or variable
* *
* @package Smarty * @package Smarty
@@ -9,7 +9,7 @@
*/ */
/** /**
* Smarty Internal Plugin Compile Print Expression Class * Smarty Internal Plugin Compile PHP Expression Class
* *
* @package Smarty * @package Smarty
* @subpackage Compiler * @subpackage Compiler