constant MEE_RENDERED_COPYRIGHT_PATTERN in Scald: Media Management made easy 7
Same name and namespace in other branches
- 6 mee/mee.module \MEE_RENDERED_COPYRIGHT_PATTERN
@file Defines a special textarea, with drag and drop media driven by Scald and dnd.module.
1 use of MEE_RENDERED_COPYRIGHT_PATTERN
- mee_extract_copyrights in modules/
fields/ mee/ mee.module - Extract all copyright informations from a string.
File
- modules/
fields/ mee/ mee.module, line 8 - Defines a special textarea, with drag and drop media driven by Scald and dnd.module.
Code
define('MEE_RENDERED_COPYRIGHT_PATTERN', '/<!--\\s*copyright=(\\d+)\\s*-->(.*)<!--\\s*END copyright=\\1\\s*-->/sU');