From 7740ba5e2395934184217615aa5969a32c9b66d6 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Sat, 10 Nov 2012 07:19:11 -0800 Subject: Issue #1492378 by kbasarab: follow-up docs correction on autocomplete paths --- includes/form.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/form.inc b/includes/form.inc index aa90eca69..9121a35a8 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -3685,6 +3685,8 @@ function form_pre_render_fieldset($element) { * array_shift($args); * array_shift($args); * // We store the user's original input in $keywords, including any slashes. + * // Note: A prepended or trailing slash will be removed. For example, if the + * // user enters '/a/few/words/' then $keywords will contain 'a/few/words'. * $keywords = implode('/', $args); * * // Your code here. -- cgit v1.2.3