Revision 1f623f01
Added by Assos Assos almost 8 years ago
drupal7/sites/all/modules/media/modules/media_wysiwyg/includes/media_wysiwyg.filter.inc | ||
---|---|---|
12 | 12 |
* |
13 | 13 |
* @TODO check for security probably pass text through filter_xss |
14 | 14 |
*/ |
15 |
function media_wysiwyg_filter($text, $filter, $format, $langcode, $cache, $cache_id) {
|
|
15 |
function media_wysiwyg_filter($text, $filter = NULL, $format = NULL, $langcode = NULL, $cache = NULL, $cache_id = NULL) {
|
|
16 | 16 |
$replacements = array(); |
17 | 17 |
$patterns = array(); |
18 | 18 |
$rendered_text = $text; |
Also available in: Unified diff
Weekly update of contrib modules