summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-17 18:55:29 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-01-17 18:55:29 +0000
commita81858f583bd33881d619d1eba03b9990902d50a (patch)
treef02ffce64d3f22ff960221123d1d622aa3bf8467 /update.php
parenta6f64e65f32fe1c9145755a1bec5db341cd848d5 (diff)
downloadbrdo-a81858f583bd33881d619d1eba03b9990902d50a.tar.gz
brdo-a81858f583bd33881d619d1eba03b9990902d50a.tar.bz2
#349327 by stewsnooze: Change link from 'Main page' to 'Front page' in update.php for consistency.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 67dddc7d2..ff8a63d69 100644
--- a/update.php
+++ b/update.php
@@ -341,7 +341,7 @@ function update_finished($success, $results, $operations) {
function update_helpful_links() {
// NOTE: we can't use l() here because the URL would point to 'update.php?q=admin'.
- $links[] = '<a href="' . base_path() . '">Main page</a>';
+ $links[] = '<a href="' . base_path() . '">Front page</a>';
$links[] = '<a href="' . base_path() . '?q=admin">Administration pages</a>';
return $links;
}