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,6 +1,4 @@
<?php
// $Id: custom_breadcrumbs_common.inc,v 1.1.2.9 2010/05/03 22:49:15 mgn Exp $
/**
* @file
* Common helper functions used by custom breadcrumbs submodules.
@ -11,7 +9,7 @@
*
* @param $curpath
* The current Drupal path.
* @param $breadcrumb_path
* @param $breadcrumb_path
* The path that the breadcrumb applies to.
*
* @return
@ -90,7 +88,7 @@ function _custom_breadcrumbs_allowed_display($display) {
* The $display->handler->view->args array.
*
* @return $arg_values
* An associative array of two elements, 'types' and 'values', each an array with elements
* An associative array of two elements, 'types' and 'values', each an array with elements
* corresponding to the views arguments.
*/
function _custom_breadcrumbs_views_parse_args($arguments, $viewargs) {