From 8bdea8d9f034f091a844110d4e9c1339d7d79d7c Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sat, 10 Sep 2011 11:37:08 -0400 Subject: [PATCH] - Patch #1263882 by cweagans, TR: Code style: authorize.php. --- authorize.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/authorize.php b/authorize.php index cd3df50e6538..26319b8e7128 100644 --- a/authorize.php +++ b/authorize.php @@ -35,7 +35,7 @@ define('MAINTENANCE_MODE', 'update'); /** - * Render a 403 access denied page for authorize.php + * Renders a 403 access denied page for authorize.php. */ function authorize_access_denied_page() { drupal_add_http_header('Status', '403 Forbidden'); @@ -45,7 +45,7 @@ function authorize_access_denied_page() { } /** - * Determine if the current user is allowed to run authorize.php. + * Determines if the current user is allowed to run authorize.php. * * The killswitch in settings.php overrides all else, otherwise, the user must * have access to the 'administer software updates' permission. @@ -145,7 +145,7 @@ function authorize_access_allowed() { l(t('Front page'), '<front>'), )); } - + $output .= theme('item_list', array('items' => $links, 'title' => t('Next steps'))); } // If a batch is running, let it run. -- GitLab