Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

comment in .info file of Drupal

how to put lines inside comment in

.info file type.

Does it differ if file used in Drupal? I found these files generally found in Drupal.

like image 807
maniclorn Avatar asked Jun 10 '11 07:06

maniclorn


People also ask

How do I comment in a module file?

Enter the # symbol followed by your tag. A list of any matching tags will be presented but please note that new tags cannot be added this way. The tags that are entered in a comment can now be searched by clicking on the tag.

What is comment module?

Allows users to comment on and discuss published content. The Comment module allows users to comment on site content, set commenting defaults and permissions, create new comment types that can be attached to other content entities, and moderate comments.


1 Answers

you can use the semicolon:

; This is a comment
like image 67
Berdir Avatar answered Oct 23 '22 03:10

Berdir