You are here

function _hosting_queues_clean_output in Hosting 7.4

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

Related topics

File

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

Code

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