One thought on “3.3.12”

  1. 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!

Leave a Reply to Darko Cancel reply

Your email address will not be published. Required fields are marked *