diff options
Diffstat (limited to 'engine/lib/navigation.php')
| -rw-r--r-- | engine/lib/navigation.php | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/engine/lib/navigation.php b/engine/lib/navigation.php index dcbd7b397..a7984ce5a 100644 --- a/engine/lib/navigation.php +++ b/engine/lib/navigation.php @@ -78,7 +78,11 @@   *                          link_class  => STR  A class or classes for the <a> tag   *                          item_class  => STR  A class or classes for the <li> tag   * - *                          Custom options can be added as key value pairs. + *                          Additional options that the view output/url takes can be + *							passed in the array. If the 'confirm' key is passed, the + *							menu link uses the 'output/confirmlink' view. Custom + *							options can be added by using the 'data' key with the + *							value being an associative array.   *   * @return bool   * @since 1.8.0 | 
