Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.862
diff -u -r1.862 system.module
--- modules/system/system.module 15 Dec 2009 08:45:32 -0000 1.862
+++ modules/system/system.module 17 Dec 2009 01:14:16 -0000
@@ -2990,7 +2990,7 @@
* @ingroup themeable
*/
function theme_system_powered_by($variables) {
- return '' . t('Powered by Drupal', array('@poweredby' => 'http://drupal.org')) . '';
+ return '' . t('Powered by Drupal', array('@poweredby' => 'http://drupal.com')) . '';
}
/**