You are here

function uc_store_help in Ubercart 5

Same name and namespace in other branches
  1. 8.4 uc_store/uc_store.module \uc_store_help()
  2. 6.2 uc_store/uc_store.module \uc_store_help()
  3. 7.3 uc_store/uc_store.module \uc_store_help()

File

uc_store/uc_store.module, line 399
Contains global Ubercart functions and store administration functionality.

Code

function uc_store_help($section) {
  switch ($section) {
    case 'admin/store/settings/store/edit/report':
      return t("Reporting to Ubercart.org happens once a week during a normal cron run and is logged in your site's watchdog. Reporting lets Ubercart.org calculate the total number of Ubercart installations and aggregate version information for use in development. Your site's data is never shared with anyone, and aggregate statistics displayed through Ubercart.org will be in the form of anonymous group statistics. Reporting will also allow Ubercart.org to report security notices back to your site if needed.");
  }
}