diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-27 18:34:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-27 18:34:03 +0000 |
commit | 0f4060f377a6ccea57a183b3c3e4801c450f5476 (patch) | |
tree | 07a7bd87373613f3e884c8f56bfb9911eda38511 /modules/openid/tests | |
parent | 5bdcc4ada232bf92e3d529962d9f7aa2536605cc (diff) | |
download | brdo-0f4060f377a6ccea57a183b3c3e4801c450f5476.tar.gz brdo-0f4060f377a6ccea57a183b3c3e4801c450f5476.tar.bz2 |
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
Diffstat (limited to 'modules/openid/tests')
-rw-r--r-- | modules/openid/tests/openid_test.install | 2 | ||||
-rw-r--r-- | modules/openid/tests/openid_test.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/openid/tests/openid_test.install b/modules/openid/tests/openid_test.install index 6f6e319b9..ac826fd47 100644 --- a/modules/openid/tests/openid_test.install +++ b/modules/openid/tests/openid_test.install @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_install(). + * Implement hook_install(). */ function openid_test_install() { module_load_include('inc', 'openid'); diff --git a/modules/openid/tests/openid_test.module b/modules/openid/tests/openid_test.module index baaf07ce4..c84b10284 100644 --- a/modules/openid/tests/openid_test.module +++ b/modules/openid/tests/openid_test.module @@ -22,7 +22,7 @@ */ /** - * Implementation of hook_menu(). + * Implement hook_menu(). */ function openid_test_menu() { $items['openid-test/yadis/xrds'] = array( |