summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-30 14:51:26 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-30 14:51:26 -0400
commitc6a5487a903ebc3be5b41b15ade64e3eb1cc3bb8 (patch)
treeff1ad1f7404593f0ed08d56f55c238ca96397252 /update.php
parentfc104c95bde2db0c6e266e76205a870be0e221c3 (diff)
downloadbrdo-c6a5487a903ebc3be5b41b15ade64e3eb1cc3bb8.tar.gz
brdo-c6a5487a903ebc3be5b41b15ade64e3eb1cc3bb8.tar.bz2
Issue #1648004 by dcam, Devin Carlson, Rob Loach: Removed inaccurate code comment about using l() in update_helpful_links().
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/update.php b/update.php
index f9be98edf..331e6324e 100644
--- a/update.php
+++ b/update.php
@@ -151,8 +151,6 @@ function update_script_selection_form($form, &$form_state) {
* Provides links to the homepage and administration pages.
*/
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() . '">Front page</a>';
if (user_access('access administration pages')) {
$links[] = '<a href="' . base_path() . '?q=admin">Administration pages</a>';