[PHP-WEBMASTER] [web-php] master: Remove link to issue tracker here, as it only invites spam and support questions
[email protected] (Derick Rethans) Wed, 25 Mar 2026 15:33:23 +0000
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2026-03-25T15:33:11Z
Commit: https://github.com/php/web-php/commit/938c8c488ada051ff99d5f184f9fc699ef2ec04a
Raw diff: https://github.com/php/web-php/commit/938c8c488ada051ff99d5f184f9fc699ef2ec04a.diff
Remove link to issue tracker here, as it only invites spam and support questions
Changed paths:
M downloads.php
Diff:
diff --git a/downloads.php b/downloads.php
index 55cefece75..69d78f454b 100644
--- a/downloads.php
+++ b/downloads.php
@@ -203,13 +203,6 @@ function option(string $value, string $desc, $attributes = []): string
<button type="submit" class="button">Update Instructions</button>
</form>
-<div class="tip">
- <p>
- Did you find a mistake? Didn't find what you were looking for?
- Please <a href='https://github.com/php/web-php/issues/new?template=download-page.yml'>submit an issue</a>.
- </p>
-</div>
-
<h2>Instructions</h2>
<div id="instructions" class="instructions">
<?php $instructionsShown = include 'downloads-get-instructions.php'; ?>