diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-03-06 06:33:14 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-03-06 06:33:14 +0000 |
commit | fe04b8f5a1c5e13b1f2f5e0b2ac8bb7f419ec311 (patch) | |
tree | cc3ce1d9b58d8a692dc6c4423317133bccea2490 /modules/shortcut/shortcut.module | |
parent | e1ce11dad0bb6377ffddaa5fb0b7174e406ba20c (diff) | |
download | brdo-fe04b8f5a1c5e13b1f2f5e0b2ac8bb7f419ec311.tar.gz brdo-fe04b8f5a1c5e13b1f2f5e0b2ac8bb7f419ec311.tar.bz2 |
- Patch #680850 by bleen18, jhodgdon, David_Rothstein: tests for Shortcut module.
Diffstat (limited to 'modules/shortcut/shortcut.module')
-rw-r--r-- | modules/shortcut/shortcut.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shortcut/shortcut.module b/modules/shortcut/shortcut.module index fccb0f61b..7144dae93 100644 --- a/modules/shortcut/shortcut.module +++ b/modules/shortcut/shortcut.module @@ -328,7 +328,7 @@ function shortcut_set_load($set_name) { * - 'title': The title of the shortcut set. * - 'set_name': (optional) The internal name of the shortcut set. If * omitted, a new shortcut set will be created, and the 'set_name' property - * will be added to the passed-in array. + * will be added to the passed-in object. * - 'links': (optional) An array of menu links to save for the shortcut set. * Each link is an array containing at least the following keys (which will * be expanded to fill in other default values after the shortcut set is |