Removed obsolete $ in source files

This commit is contained in:
Manuel Cillero 2017-08-29 14:13:02 +02:00
parent a39c010e06
commit e5f2b64d98
146 changed files with 836 additions and 1081 deletions

View file

@ -1,5 +1,4 @@
<?php
// $Id: custom_breadcrumbsapi.module,v 1.1.2.9 2010/10/22 15:55:33 mgn Exp $
/**
* @file
* Provide custom breadcrumbs for module pages.
@ -82,7 +81,7 @@ function custom_breadcrumbsapi_menu() {
* Provide a function for module developers to provide custom breadcrumbs for module pages.
* Modules wishing to provide custom breadcrumbs access to specific pages should include
* drupal_alter('breadcrumb', $breadcrumb, $modulepage, $objs);
* at the end of the function providing the page.
* at the end of the function providing the page.
*
* @param $breadcrumb
* The breadcrumb array to be altered