mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 09:54:27 +02:00
update format to string_format
This commit is contained in:
@@ -81,7 +81,7 @@ function smarty_mod_date_format($string, $format)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function smarty_mod_format($string, $format)
|
function smarty_mod_string_format($string, $format)
|
||||||
{
|
{
|
||||||
return sprintf($format, $string);
|
return sprintf($format, $string);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user