diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/path.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/path.inc b/includes/path.inc index 9315ccf62..46c14c71c 100644 --- a/includes/path.inc +++ b/includes/path.inc @@ -436,6 +436,7 @@ function path_delete($criteria) { * * @param $path * A Drupal path. + * * @return * TRUE if the path is administrative, FALSE otherwise. * |