]> git.mxchange.org Git - friendica-addons.git/blobdiff - editplain/editplain.php
Clarify *when* admins should disable the addon...
[friendica-addons.git] / editplain / editplain.php
index 61273edf2579ad404807ec8874928367456af8aa..966e2d8fde5eaebe3f6e19a788ae316d9f3532e4 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /**
  * Name: Editplain
- * Description: Disable richtext (TinyMCE) editor for status posting
+ * Description: This addon is deprecated and has been replaced with the "Advanced Features" setting.  Admins should remove this addon when their core code is updated to include advanced feature settings.
  * Version: 1.0
  * Author: Mike Macgirvin <http://macgirvin.com/profile/mike>
  * 
@@ -20,7 +20,6 @@ function editplain_install() {
 
 function editplain_uninstall() {
 
-       unregister_hook('post_local',    'addon/editplain/editplain.php', 'editplain_post_hook');
        unregister_hook('plugin_settings', 'addon/editplain/editplain.php', 'editplain_settings');
        unregister_hook('plugin_settings_post', 'addon/editplain/editplain.php', 'editplain_settings_post');