get_active_category()) { // Quote and escape the value. return '"'. faceted_search_quoted_query_escape(parent::get_text()) .'"'; } return ''; } /** * Return the label of this filter. This method is responsible for ensuring * adequate security filtering. */ function get_label() { return filter_xss_admin(t($this->_label)); // Note: Using t() with non-literal, as does CCK. } }