My ISP claims that this is a bug in WordPress. I don’t buy it because it works just fine on my local development machine.
My ISP says I should change the following code in wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js
From:
tb_show(”, tinymce.documentBaseURL + ‘/media-upload.php?post_id=’+post_id+’&tab=gallery&TB_iframe=true’);
To:
tb_show(”, tinymce.documentBaseURL + ‘media-upload.php?post_id=’+post_id+’&tab=gallery&TB_iframe=true’);
Again, I don’t understand why it works just fine on my dev machine, and at the live demo at BlueHost.com. Can anyone confirm whether this is a bug?