create_function is deprecated notice
-
If you get this error it can be fixed by changing line 130 of tao-quotes.php to:
add_action('widgets_init', function(){ return register_widget("WP_Widget_Tao_Quotes");});
- The topic ‘create_function is deprecated notice’ is closed to new replies.