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/blogapi/blogapi.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules/blogapi/blogapi.module') diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index cf66d4a06..8f6f36099 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_help(). + * Implement hook_help(). */ function blogapi_help($path, $arg) { switch ($path) { @@ -21,7 +21,7 @@ function blogapi_help($path, $arg) { } /** - * Implementation of hook_perm(). + * Implement hook_perm(). */ function blogapi_perm() { return array( @@ -33,7 +33,7 @@ function blogapi_perm() { } /** - * Implementation of hook_xmlrpc(). + * Implement hook_xmlrpc(). */ function blogapi_xmlrpc() { return array( @@ -809,7 +809,7 @@ function blogapi_admin_settings() { } /** - * Implementation of hook_menu(). + * Implement hook_menu(). */ function blogapi_menu() { $items['blogapi/rsd'] = array( @@ -831,7 +831,7 @@ function blogapi_menu() { } /** - * Implementation of hook_init(). + * Implement hook_init(). */ function blogapi_init() { if (drupal_is_front_page()) { -- cgit v1.2.3