From a0561f83ea19176258c654a77e132740a01bf08b Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Sat, 1 Nov 2014 20:26:46 -0400 Subject: Issue #2231693 by helmo, amitgoyal, joshi.rohit100, LinL, iS: Update Powered by Drupal link. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') 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 '' . t('Powered by Drupal', array('@poweredby' => 'http://drupal.org')) . ''; + return '' . t('Powered by Drupal', array('@poweredby' => 'https://www.drupal.org')) . ''; } /** -- cgit v1.2.3