summaryrefslogtreecommitdiff
path: root/modules/blogapi/blogapi.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blogapi/blogapi.install')
-rw-r--r--modules/blogapi/blogapi.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/blogapi/blogapi.install b/modules/blogapi/blogapi.install
index 22820ea4a..2e1129c7d 100644
--- a/modules/blogapi/blogapi.install
+++ b/modules/blogapi/blogapi.install
@@ -7,7 +7,7 @@
*/
/**
- * Implementation of hook_install().
+ * Implement hook_install().
*/
function blogapi_install() {
// Create tables.
@@ -15,7 +15,7 @@ function blogapi_install() {
}
/**
- * Implementation of hook_uninstall().
+ * Implement hook_uninstall().
*/
function blogapi_uninstall() {
// Remove tables.
@@ -24,7 +24,7 @@ function blogapi_uninstall() {
/**
- * Implementation of hook_schema().
+ * Implement hook_schema().
*/
function blogapi_schema() {
$schema['blogapi_files'] = array(