From b142f095bd31ba57552c102f39f1605d9c0b2d24 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Tue, 14 Feb 2012 13:39:40 -0500
Subject: [PATCH] Issue #1429176 by Chi: Fixed Documentation for
 garland_breadcrumb() is out of date.

---
 themes/garland/template.php | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/themes/garland/template.php b/themes/garland/template.php
index 1b144f1210b9..416a43a8d922 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'];
-- 
GitLab