You are here

function _hosting_queues_clean_output in Hosting 6.2

Same name and namespace in other branches
  1. 5 hosting.queues.inc \_hosting_queues_clean_output()
  2. 7.4 hosting.queues.inc \_hosting_queues_clean_output()
  3. 7.3 hosting.queues.inc \_hosting_queues_clean_output()

Related topics

File

./hosting.queues.inc, line 167
This file defines an API for defining new queues.

Code

function _hosting_queues_clean_output($return) {
  return filter_xss($return, array());
}