Skip to content
Snippets Groups Projects
Commit 7e7b50a9 authored by Angie Byron's avatar Angie Byron
Browse files

#680032 by agentrickard and Bojhan: Replace 'update.php' with 'update script' in user-facing text.

parent 92efec6e
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ function system_help($path, $arg) {
case 'admin/config/development/maintenance':
global $user;
if ($user->uid == 1) {
return '<p>' . t('If you are upgrading to a newer version of Drupal or upgrading contributed modules or themes you may need to run !update-php.', array('!update-php' => l('update.php', 'update.php'))) . '</p>';
return '<p>' . t('If you are upgrading to a newer version of Drupal or upgrading contributed modules or themes, you may need to run the <a href="@update-php">update script</a>.', array('@update-php' => $base_url . '/update.php')) . '</p>';
}
case 'admin/config/system/actions':
case 'admin/config/system/actions/manage':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment