Display cool, animated flyout or fade box with related content. Just like New York Times.
3.3.12
BUGFIX: fixed compatybility errors with YARPP 4.x version thx to adamdport
IMPROVMENT: add css to changed tabs class in WordPress 3.5
IMPROVMENT: check upPrev compatybility with WordPress 3.5
One thought on “3.3.12”
Hello,
I’ve found a bug which breaks file upload on posts.
Line 19 in common.php calls ‘add_contextual_help’ which is deprecated since WP 3.3.0. When I try to upload an image, after the progress bar finishes, an unknown error message is returned. (The file is uploaded but it does not show in the dialog, neither it can be inserted into a post)
After a lot of plugin enable-disables, I figured out which line of code is causing it.
Codex suggests it should be replaced with add_help_tab() instead.
For now I’ve just commented it out, but it would be good to fix it asap, since it could be breaking other people’s uploads too.
Hello,
I’ve found a bug which breaks file upload on posts.
Line 19 in common.php calls ‘add_contextual_help’ which is deprecated since WP 3.3.0. When I try to upload an image, after the progress bar finishes, an unknown error message is returned. (The file is uploaded but it does not show in the dialog, neither it can be inserted into a post)
After a lot of plugin enable-disables, I figured out which line of code is causing it.
Codex suggests it should be replaced with add_help_tab() instead.
For now I’ve just commented it out, but it would be good to fix it asap, since it could be breaking other people’s uploads too.
Cool plugin, by the way!
Cheers!