Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2011 at 14:52 UTC
Updated:
20 Jan 2012 at 05:23 UTC
Jump to comment: Most recent
Comments
Comment #1
naxoc commentedAre hashes valid in info files in drupal? The docs for
drupal_parse_info_format()says: "Comments should start with a semi-colon at the beginning of a line."Comment #2
dcrocks commentedDid you have something like '#something = (blank to EOL)'? Once the parser detects an '=' sign it will scan multiple lines until it hits a non-blank, and then set everything until EOL equal to '#something'.