Issue #1898416 follow-up by mparker17, mikl: Remove debug code.

8.0.x
webchick 2014-01-27 10:31:54 -08:00
parent eae4d079b5
commit 865f7c6cd0
1 changed files with 0 additions and 6 deletions

View File

@ -1438,12 +1438,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.'));