' . __( 'Support options and links for Oenology', 'oenology' ) . ''; // Support Options $tabtext .= '

' . __( 'Oenology Support Options', 'oenology' ) . '

'; $tabtext .= '
'; $tabtext .= '

' . __( 'For Oenology support, please use one of the below options. I will do my best to fix all bug reports as quickly as possible, and to respond to all support queries.', 'oenology' ) . '

'; $tabtext .= '

' . __( 'Bug Reports and Feature Requests:', 'oenology' ) . '

'; $tabtext .= '

'; $tabtext .= ''; $tabtext .= __( 'Submit a bug report or feature request', 'oenology' ); $tabtext .= '
'; $tabtext .= '' . __( 'Note: requires a (free) GitHub account.', 'oenology' ) . ''; $tabtext .= '

'; $tabtext .= '

' . __( 'Use this option for the following types of issues:', 'oenology' ) . '

'; $tabtext .= '
    '; $tabtext .= '
  1. ' . __( 'Theme functionality, style, or design is broken', 'oenology' ) . '
  2. '; $tabtext .= '
  3. ' . __( 'Theme functionality, style, or design doesn\'t work right, or as expected', 'oenology' ) . '
  4. '; $tabtext .= '
  5. ' . __( 'Theme functionality, style, or design could be improved', 'oenology' ) . '
  6. '; $tabtext .= '
  7. ' . __( 'Theme functionality or feature could be added', 'oenology' ) . '
  8. '; $tabtext .= '
'; $tabtext .= '

' . __( 'General Support Requests:', 'oenology' ) . '

'; $tabtext .= '

'; $tabtext .= ''; $tabtext .= __( 'Submit a general support request', 'oenology' ); $tabtext .= '
'; $tabtext .= '' . __( 'Note: requires a (free) WordPress.org account.', 'oenology' ) . ''; $tabtext .= '

'; $tabtext .= '

' . __( 'Use this option for the following types of issues:', 'oenology' ) . '

'; $tabtext .= '
    '; $tabtext .= '
  1. ' . __( 'Help with using the Theme', 'oenology' ) . '
  2. '; $tabtext .= '
  3. ' . __( 'Help with Theme options', 'oenology' ) . '
  4. '; $tabtext .= '
  5. ' . __( 'Help with modifying the Theme', 'oenology' ) . '
  6. '; $tabtext .= '
'; $tabtext .= '
'; // Open Bug Reports $tabtext .= '

'; $tabtext .= '' . __( 'Open Oenology Bug Reports', 'oenology' ) . ''; $tabtext .= ' (' . __( 'See All', 'oenology' ) . ')'; $tabtext .= '

'; $tabtext .= '
'; $tabtext .= '
' . $oenology_github_data_issues_open . '
'; $tabtext .= '
'; // Latest Support Forum Topics $tabtext .= '

'; $tabtext .= '' . __( 'Latest Oenology Support Topics', 'oenology' ) . ' '; $tabtext .= ' (' . __( 'See All', 'oenology' ) . ')'; $tabtext .= '

'; $tabtext .= '
'; $tabtext .= '
' . oenology_get_support_feed() . '
'; $tabtext .= '
'; // Roadmap $tabtext .= '

'; $tabtext .= '' . __( 'Oenology Roadmap', 'oenology' ) . ' '; $tabtext .= '

'; $tabtext .= '
'; $tabtext .= '
' . $oenology_github_data_roadmap . '
'; $tabtext .= '
'; // Bug Reports Closed Since Last Release $tabtext .= '

'; $tabtext .= '' . __( 'Oenology Bug Reports Closed Since Last Release', 'oenology' ) . ''; $tabtext .= ' (' . __( 'See All', 'oenology' ) . ')'; $tabtext .= '

'; $tabtext .= '
'; $tabtext .= '
' . $oenology_github_data_issues_closed . '
'; $tabtext .= '
'; // Development Commits Since Last Release $tabtext .= '

'; $tabtext .= '' . __( 'Oenology Development Commits Since Last Release', 'oenology' ) . ''; $tabtext .= ' (' . __( 'See All', 'oenology' ) . ')'; $tabtext .= '

'; $tabtext .= '
'; $tabtext .= '
' . $oenology_github_data_commits . '
'; $tabtext .= '
'; return $tabtext; ?>