From 1971bda0d74afa534b0149a7533ce04f3890ffec Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 27 Jan 2012 07:45:05 -0500 Subject: Fixes #3509 added documentation to menu system about confirm links --- engine/lib/navigation.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'engine/lib/navigation.php') 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 tag * item_class => STR A class or classes for the
  • 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 -- cgit v1.2.3