You are here

constant MEE_RENDERED_COPYRIGHT_PATTERN in Scald: Media Management made easy 6

Same name and namespace in other branches
  1. 7 modules/fields/mee/mee.module \MEE_RENDERED_COPYRIGHT_PATTERN

@file Defines a special textarea, with drag and drop media driven by Scald and dnd.module when rich text editing is enabled on the textarea via the WYSIWYG API.

1 use of MEE_RENDERED_COPYRIGHT_PATTERN
mee_extract_copyrights in mee/mee.module
Extract all copyright informations from a string.

File

mee/mee.module, line 10
Defines a special textarea, with drag and drop media driven by Scald and dnd.module when rich text editing is enabled on the textarea via the WYSIWYG API.

Code

define('MEE_RENDERED_COPYRIGHT_PATTERN', '/<!--\\s*copyright=(\\d+)\\s*-->(.*)<!--\\s*END copyright=\\1\\s*-->/sU');