Parsed: 110203

  function is_search() {
    if ( $this->search_term )
      return true;
    return false;
  }