Thread Starter
Chris
(@moargh)
Hello,
I don’t know why you are having problem with already uploaded images. I checked it and there isn’t any problem. And since the old media uploader is outdated i will change it with new media uploader ASAP in the upcoming version.
Thanks,
Ankit
Thread Starter
Chris
(@moargh)
I found out that it’s just missing in Pages, in Posts it’s there.
If it was because of the plugin it should be missing from both pages and posts. Did you checked by deactivating the plugin?
Thread Starter
Chris
(@moargh)
Hm, it’s the only plugin I have installed, so no conflict with other plugins.
Thread Starter
Chris
(@moargh)
Sorry, I solved the problem:
It was caused by a function in my functions.php:
function remove_editor() {
remove_post_type_support('page', 'editor');
}
add_action('admin_init', 'remove_editor');
When removing it, the button’s back!