I had to find/replace the following functions in the plugin's vipers-video-quicktags.php file in order to get it to work with WordPress 3.0.1:
- Find: js_escape ==> Replace with esc_js
- Find: attribute_escape ==> Replace with esc_attr
I had to find/replace the following functions in the plugin's vipers-video-quicktags.php file in order to get it to work with WordPress 3.0.1:
I'm curious as to how it wasn't working. I've been using VVQ 6.3.0 with WP 3.0.1 since it was released almost a month ago with no problems.
Deprecated functions still work, but they will throw warnings if you have WP_DEBUG on.
v7.0 is currently underway and won't use any deprecated functions. :)
This topic has been closed to new replies.