kayue / KayueWordpressBundle

A Symfony 2 bundle for providing WordPress repositories and authenticating users (login).
101 stars 43 forks source link

Fix 3.x Deprecation warnings before 3.x release #64

Open mattsnowboard opened 8 years ago

mattsnowboard commented 8 years ago

There are a lot of Twig deprecation warnings (in 1.12 for 2.x):

DEPRECATED - Using an instance of "Twig_Filter_Method" for filter "wp_autop" is deprecated. Use Twig_SimpleFilter instead.
DEPRECATED - Using an instance of "Twig_Function_Method" for function "wp_switch_blog" is deprecated. Use Twig_SimpleFunction instead.

Can you update this to use the new Twig functions/filters?