/**
  *    espresso_event_has_content_or_excerpt
  *
  * @access    public
  * @param bool $EVT_ID
  * @return    boolean
  */
 function espresso_event_has_content_or_excerpt($EVT_ID = FALSE)
 {
     EE_Registry::instance()->load_helper('Event_View');
     return EEH_Event_View::event_has_content_or_excerpt($EVT_ID);
 }
 /**
  *    espresso_event_has_content_or_excerpt
  *
  * @access    public
  * @param bool $EVT_ID
  * @return    boolean
  */
 function espresso_event_has_content_or_excerpt($EVT_ID = FALSE)
 {
     return EEH_Event_View::event_has_content_or_excerpt($EVT_ID);
 }