Issue #1492378 by kbasarab: follow-up docs correction on autocomplete paths

8.0.x
Jennifer Hodgdon 2012-11-10 07:18:35 -08:00
parent 3040705084
commit e13cf753ae
1 changed files with 2 additions and 0 deletions

View File

@ -3872,6 +3872,8 @@ function theme_vertical_tabs($variables) {
* 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.