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