summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-02-14 13:39:40 -0500
committerwebchick <webchick@24967.no-reply.drupal.org>2012-02-14 13:39:40 -0500
commitb142f095bd31ba57552c102f39f1605d9c0b2d24 (patch)
tree3f5209e6f3a10be0fa82def8b852a6c197d1b41c /themes
parent8ec3a4d9c4968f615979f2fa73f12764cf06b00e (diff)
downloadbrdo-b142f095bd31ba57552c102f39f1605d9c0b2d24.tar.gz
brdo-b142f095bd31ba57552c102f39f1605d9c0b2d24.tar.bz2
Issue #1429176 by Chi: Fixed Documentation for garland_breadcrumb() is out of date.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/template.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/garland/template.php b/themes/garland/template.php
index 1b144f121..416a43a8d 100644
--- a/themes/garland/template.php
+++ b/themes/garland/template.php
@@ -1,11 +1,7 @@
<?php
/**
- * Return a themed breadcrumb trail.
- *
- * @param $breadcrumb
- * An array containing the breadcrumb links.
- * @return a string containing the breadcrumb output.
+ * Override of theme_breadcrumb().
*/
function garland_breadcrumb($variables) {
$breadcrumb = $variables['breadcrumb'];