neyre / sir-trevor-wp

An intuitive, block-based content editor for Wordpress.
http://wordpress.org/plugins/sir-trevor-wp/
14 stars 7 forks source link

Save or publishing, Sir Trevor disappear. #1

Closed yumyo closed 10 years ago

yumyo commented 10 years ago

After saving a draft or publishing a post, Sir Trevor disappears. The same goes for the content.

yumyo commented 10 years ago

It seems like the error came from last two lines of sir-trevor-wp.php

add_action('profile_update','disable_visual_editor');
add_action('user_register','disable_all_visual_editors');
register_activation_hook( __FILE__,'disable_all_visual_editors');

disable_all_visual_editors does not exist anywhere in the code, replacing it with disable_visual_editor fix the issue

neyre commented 10 years ago

Fixed in 576c501ed68a2b0724f741259eecdbfb448777ff