From 0f4060f377a6ccea57a183b3c3e4801c450f5476 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 27 May 2009 18:34:03 +0000 Subject: - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. --- modules/php/php.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/php/php.install') diff --git a/modules/php/php.install b/modules/php/php.install index 6eaa0ba96..e2debe49f 100644 --- a/modules/php/php.install +++ b/modules/php/php.install @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_install(). + * Implement hook_install(). */ function php_install() { $format_exists = (bool) db_query_range('SELECT 1 FROM {filter_format} WHERE name = :name', array(':name' => 'PHP code'), 0, 1)->fetchField(); @@ -39,7 +39,7 @@ function php_install() { } /** - * Implementation of hook_disable(). + * Implement hook_disable(). */ function php_disable() { 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.')); -- cgit v1.2.3