diff --git a/core/modules/filter/filter.module b/core/modules/filter/filter.module index 7d7efbe..ae8ffbf 100644 --- a/core/modules/filter/filter.module +++ b/core/modules/filter/filter.module @@ -1439,12 +1439,6 @@ function _filter_html_image_secure_process($text) { * @see _filter_html_image_secure_process() */ function filter_filter_secure_image_alter(&$image) { - t('hey hey'); - t('hey hey'); - t('hey hey'); - t('hey hey'); - t('hey hey'); - t('hey hey'); // Turn an invalid image into an error indicator. $image->setAttribute('src', base_path() . 'core/misc/message-16-error.png'); $image->setAttribute('alt', t('Image removed.'));