timber / starter-theme

The "_s" for Timber: a dead-simple theme that you can build anything from
MIT License
812 stars 274 forks source link

update two twig calls in functions.php to namespaced variants #93

Closed romainmenke closed 4 years ago

romainmenke commented 4 years ago

Fixes : "Using the "Twig_Extension_StringLoader" class is deprecated since Twig version 2.7, use "Twig\Extension\StringLoaderExtension" instead."

Not sure if these need a class_exists check and fallback to the old naming? Feedback welcome!

jarednova commented 4 years ago

@romainmenke — I think this works! My only concern is ensuring that Twig 1.x has all the same classes. I'll do a quick check on that to confirm

jarednova commented 4 years ago

Verified! Thanks @romainmenke