From 721071e5b3a636f57b4be7eaea8351252d6c8576 Mon Sep 17 00:00:00 2001 From: Debarghya Das Date: Fri, 18 Jan 2013 18:38:22 -0800 Subject: [PATCH] Remove Report A Bug Summary: Removed the 'Report a Bug' link from the footer Test Plan: Tried looking through all the phabricator pages but didn't quite get around to it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4528 --- src/view/page/PhabricatorStandardPageView.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/view/page/PhabricatorStandardPageView.php b/src/view/page/PhabricatorStandardPageView.php index 3e0c26a80d..c2e336f9d0 100644 --- a/src/view/page/PhabricatorStandardPageView.php +++ b/src/view/page/PhabricatorStandardPageView.php @@ -384,11 +384,6 @@ final class PhabricatorStandardPageView extends PhabricatorBarePageView { 'Phabricator '. phutil_escape_html($version); - $foot_links[] = - ''. - 'Report a Bug'. - ''; - if (PhabricatorEnv::getEnvConfig('darkconsole.enabled') && !PhabricatorEnv::getEnvConfig('darkconsole.always-on')) { if ($console) {