- Patch #533004 by tic2000: Implement instead of Implementation in phpDoc.

merge-requests/26/head
Dries Buytaert 2009-07-28 10:35:56 +00:00
parent 51e6389122
commit c071928c94
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ function toolbar_permission() {
}
/**
* Implementation of hook_theme().
* Implement hook_theme().
*/
function toolbar_theme($existing, $type, $theme, $path) {
$items['toolbar'] = array(
@ -31,7 +31,7 @@ function toolbar_theme($existing, $type, $theme, $path) {
}
/**
* Implementation of hook_page_alter().
* Implement hook_page_alter().
*
* Add admin toolbar to the page_top region automatically.
*/
@ -42,7 +42,7 @@ function toolbar_page_alter(&$page) {
}
/**
* Implementation of hook_preprocess_page().
* Implement hook_preprocess_page().
*
* Add some page classes, so global page theming can adjust to the toolbar.
*/