summaryrefslogtreecommitdiff
path: root/modules/shortcut
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-13 15:23:03 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-13 15:23:03 +0000
commit3c3cee28b94eb0c14f6958e1e6440bba15bc9a7d (patch)
tree4bd9c67db94feb06249cc2727dd3a5e935f58e12 /modules/shortcut
parentf8e14898d636ceae44a9980105da903f57d2deef (diff)
downloadbrdo-3c3cee28b94eb0c14f6958e1e6440bba15bc9a7d.tar.gz
brdo-3c3cee28b94eb0c14f6958e1e6440bba15bc9a7d.tar.bz2
- Patch #716496 by JohnAlbin: documentation updates for theme functions.
Diffstat (limited to 'modules/shortcut')
-rw-r--r--modules/shortcut/shortcut.admin.inc9
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/shortcut/shortcut.admin.inc b/modules/shortcut/shortcut.admin.inc
index bb9f17da3..2db30f220 100644
--- a/modules/shortcut/shortcut.admin.inc
+++ b/modules/shortcut/shortcut.admin.inc
@@ -294,17 +294,14 @@ function shortcut_set_customize_submit($form, &$form_state) {
}
/**
- * Themes the shortcut set customization form.
+ * Returns HTML for a shortcut set customization form.
*
* @param $variables
* An associative array containing:
- * - form: An array representing the form.
+ * - form: A render element representing the form.
*
- * @return
- * A themed HTML string representing the content of the form.
- *
- * @ingroup themeable
* @see shortcut_set_customize()
+ * @ingroup themeable
*/
function theme_shortcut_set_customize($variables) {
$form = $variables['form'];