mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54: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
|
* Parse attribute string
|
||||||
*
|
*
|
||||||
* @param string $tag_args
|
* @param string $tag_args
|
||||||
* @param true $quote unused?
|
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
function _parse_attrs($tag_args, $quote = true)
|
function _parse_attrs($tag_args)
|
||||||
{
|
{
|
||||||
|
|
||||||
/* Tokenize tag attributes. */
|
/* Tokenize tag attributes. */
|
||||||
|
Reference in New Issue
Block a user