Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
865f7c6c
Commit
865f7c6c
authored
Jan 27, 2014
by
webchick
Browse files
Issue
#1898416
follow-up by mparker17, mikl: Remove debug code.
parent
eae4d079
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/filter/filter.module
View file @
865f7c6c
...
...
@@ -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.'
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment