]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3509 added documentation to menu system about confirm links
authorCash Costello <cash.costello@gmail.com>
Fri, 27 Jan 2012 12:45:05 +0000 (07:45 -0500)
committerCash Costello <cash.costello@gmail.com>
Fri, 27 Jan 2012 12:45:05 +0000 (07:45 -0500)
engine/lib/navigation.php

index dcbd7b397cafbc6ca6f788d3c8326291acacd2cc..a7984ce5a67a133d56078eb3b0f807cff542414a 100644 (file)
  *                          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