mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
removed unused parameter $quote from Smarty_Compiler::_parse_attrs()
This commit is contained in:
@@ -1275,10 +1275,9 @@ class Smarty_Compiler extends Smarty {
|
||||
* Parse attribute string
|
||||
*
|
||||
* @param string $tag_args
|
||||
* @param true $quote unused?
|
||||
* @return array
|
||||
*/
|
||||
function _parse_attrs($tag_args, $quote = true)
|
||||
function _parse_attrs($tag_args)
|
||||
{
|
||||
|
||||
/* Tokenize tag attributes. */
|
||||
|
Reference in New Issue
Block a user