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

#349327 by stewsnooze: Change link from 'Main page' to 'Front page' in update.php for consistency.

parent a6f64e65
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -341,7 +341,7 @@ function update_finished($success, $results, $operations) { ...@@ -341,7 +341,7 @@ function update_finished($success, $results, $operations) {
function update_helpful_links() { function update_helpful_links() {
// NOTE: we can't use l() here because the URL would point to 'update.php?q=admin'. // 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>'; $links[] = '<a href="' . base_path() . '?q=admin">Administration pages</a>';
return $links; return $links;
} }
......
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