function _coder_drush_output in Coder 6
Same name and namespace in other branches
- 5.2 coder.drush.inc \_coder_drush_output()
- 6.2 coder.drush.inc \_coder_drush_output()
2 calls to _coder_drush_output()
File
- ./
coder.drush.inc, line 133
Code
function _coder_drush_output($output) {
return html_entity_decode(strip_tags($output));
}