You are here

constant NODEWORDS_MINIMUM_API_VERSION in Nodewords: D6 Meta Tags 6

Same name and namespace in other branches
  1. 6.2 nodewords.module \NODEWORDS_MINIMUM_API_VERSION

The minimum API version supported.

1 use of NODEWORDS_MINIMUM_API_VERSION
nodewords_get_possible_tags in ./nodewords.module
Query all the modules implementing meta tags and return the list of meta tags.

File

./nodewords.module, line 10
Implement an API that other modules can use to implement meta tags.

Code

define('NODEWORDS_MINIMUM_API_VERSION', '1.12');