From 8d6c43ecdacf4456f55bbf79fea72f91f0771fce Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 18 Jan 2009 16:38:06 +0000 Subject: #350381 by tstoeckler and swentel: Add a note about running update.php to the modules page that's easier to find than the one buried under the module updates page. --- modules/update/update.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/update/update.module b/modules/update/update.module index 24f47fff5..8952f6e55 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -58,8 +58,10 @@ define('UPDATE_UNKNOWN', -2); function update_help($path, $arg) { switch ($path) { case 'admin/reports/updates': + global $base_url; $output = '

' . t('Here you can find information about available updates for your installed modules and themes. Note that each module or theme is part of a "project", which may or may not have the same name, and might include multiple modules or themes within it.') . '

'; $output .= '

' . t('To extend the functionality or to change the look of your site, a number of contributed modules and themes are available.', array('@modules' => 'http://drupal.org/project/modules', '@themes' => 'http://drupal.org/project/themes')) . '

'; + $output .= '

' . t('Each time Drupal core or a contributed module or theme is updated, it is important that update.php is run.', array('@update-php' => url($base_url . '/update.php', array('external' => TRUE)))) . '

'; return $output; case 'admin/build/themes': case 'admin/build/modules': -- cgit v1.2.3