summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-11-01 20:26:46 -0400
committerDavid Rothstein <drothstein@gmail.com>2014-11-01 20:26:46 -0400
commita0561f83ea19176258c654a77e132740a01bf08b (patch)
treee93fd0169afcff2aaa130de36c586e85bf9e1cdf /modules/system
parent49a51c70b8dc6417999ed1b99bcae3bcb58a6449 (diff)
downloadbrdo-a0561f83ea19176258c654a77e132740a01bf08b.tar.gz
brdo-a0561f83ea19176258c654a77e132740a01bf08b.tar.bz2
Issue #2231693 by helmo, amitgoyal, joshi.rohit100, LinL, iS: Update Powered by Drupal link.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 18d8a8870..8940ad042 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -3386,7 +3386,7 @@ function system_timezone($abbreviation = '', $offset = -1, $is_daylight_saving_t
* @ingroup themeable
*/
function theme_system_powered_by() {
- return '<span>' . t('Powered by <a href="@poweredby">Drupal</a>', array('@poweredby' => 'http://drupal.org')) . '</span>';
+ return '<span>' . t('Powered by <a href="@poweredby">Drupal</a>', array('@poweredby' => 'https://www.drupal.org')) . '</span>';
}
/**