From: cash Date: Sat, 14 May 2011 18:46:50 +0000 (+0000) Subject: improved documentation of elgg_register_action() X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7b4a496f05fe94ab2ff8a420158e1c79cb4d61d4;p=lorea%2Felgg.git improved documentation of elgg_register_action() git-svn-id: http://code.elgg.org/elgg/trunk@9074 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 75f2572cf..ff598916f 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -152,6 +152,7 @@ function action($action, $forwarder = "") { * @param string $filename Optionally, the filename where this action is located. If not specified, * will assume the action is in elgg/actions/.php * @param string $access Who is allowed to execute this action: admin, public, or logged_in. + * (default: logged_in) * * @see action() * @see http://docs.elgg.org/Actions