Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -1,6 +1,4 @@
|
|||
<?php
|
||||
// $Id: pathologic.module,v 1.7.2.9.2.11 2010/12/05 21:01:04 garrettalbright Exp $
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Pathologic text filter for Drupal.
|
||||
|
@ -121,7 +119,7 @@ function _pathologic_replace($matches, $absolute) {
|
|||
else {
|
||||
$qparts = array();
|
||||
}
|
||||
|
||||
|
||||
// Check if this is a menu item. If yes, we want to try to translate the path.
|
||||
if (menu_get_item($parts['path'])) {
|
||||
global $language;
|
||||
|
|
Reference in a new issue