webmaster@1: l('PHP code', 'admin/settings/filters/'. $format)))); webmaster@1: } webmaster@1: } webmaster@1: webmaster@1: /** webmaster@1: * Implementation of hook_disable(). webmaster@1: */ webmaster@1: function php_disable() { webmaster@1: drupal_set_message(t('The PHP module has been disabled. Please note that any existing content that was using the PHP filter will now be visible in plain text. This might pose a security risk by exposing sensitive information, if any, used in the PHP code.')); webmaster@1: }