Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -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
|
||||
|
|
Reference in a new issue