pasteformat.install in Paste Format (filter, clean-up pasted text) 6
Same filename and directory in other branches
File
pasteformat.installView source
<?php
/**
* Implements hook_uninstall().
*/
function pasteformat_uninstall() {
variable_del('pasteformat_cleanup_format');
variable_del('pasteformat_message_success');
variable_del('pasteformat_message_failure');
}
Functions
Name![]() |
Description |
---|---|
pasteformat_uninstall | Implements hook_uninstall(). |