Commit f61d62bb authored by Fran Garcia-Linares's avatar Fran Garcia-Linares Committed by Neil Drumm
Browse files

Issue #3295357 by fjgarlin: Remove link to www.drupal.org issues

parent 667b44d5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1478,11 +1478,6 @@ function drupalorg_project_block_view($delta = '') {
            'href' => $repo->getUrlHandler()->getRepositoryViewUrl() . '/activity',
          ];
        }
        $links[] = [
          'title' => t('Issues needing review'),
          'href' => 'project/issues/search/' . $machine_name,
          'query' => ['status' => [8, 13, 14]],
        ];
        // Report a security vulnerability.
        $links[] = [
          'title' => t('Report a security vulnerability'),