You are here

constant UPGRADE_STATUS_DEFAULT_URL in Upgrade Status 5

URL to check updates at, if a given project doesn't define its own.

1 use of UPGRADE_STATUS_DEFAULT_URL
_upgrade_status_build_fetch_url in ./upgrade_status.admin.inc
Generates the URL to fetch information about project updates.

File

./upgrade_status.admin.inc, line 17
Checks to see if your installed modules are available for the next major release of Drupal.

Code

define('UPGRADE_STATUS_DEFAULT_URL', 'http://updates.drupal.org/release-history');