summaryrefslogtreecommitdiff
path: root/modules/path/path.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path/path.api.php')
-rw-r--r--modules/path/path.api.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/path/path.api.php b/modules/path/path.api.php
index d1a007ac8..0a17e2c67 100644
--- a/modules/path/path.api.php
+++ b/modules/path/path.api.php
@@ -10,9 +10,8 @@
* @{
*/
-
/**
- * Allow modules to respond to a path being inserted.
+ * Respond to a path being inserted.
*
* @param $path
* An associative array containing the following keys:
@@ -33,7 +32,7 @@ function hook_path_insert($path) {
}
/**
- * Allow modules to respond to a path being updated.
+ * Respond to a path being updated.
*
* @param $path
* An associative array containing the following keys:
@@ -52,7 +51,7 @@ function hook_path_update($path) {
}
/**
- * Allow modules to respond to a path being deleted.
+ * Respond to a path being deleted.
*
* @param $path
* An associative array containing the following keys: