Author: Christoph M. Becker (cmb69)
Date: 2022-10-13T12:27:39+02:00

Commit: 
https://github.com/php/web-php/commit/5dc614b2c523954577cd7366f1f30376f092a540
Raw diff: 
https://github.com/php/web-php/commit/5dc614b2c523954577cd7366f1f30376f092a540.diff

Fix GH-712: link to mirrors is broken on confirmation page

The mirror program has been retired, so it makes no sense to mention
it.  Still, user notes may take a while to be shown.

Changed paths:
  M  manual/add-note.php


Diff:

diff --git a/manual/add-note.php b/manual/add-note.php
index a084bc411..72d931bfa 100644
--- a/manual/add-note.php
+++ b/manual/add-note.php
@@ -125,9 +125,8 @@
         // There was no error returned
         else {
             echo '<p>Your submission was successful -- thanks for 
contributing! Note ',
-                 'that it will not show up for up to a few hours on some of 
the <a ',
-                 'href="/mirrors.php">mirrors</a>, but it will find its way to 
all of ',
-                 'our mirrors in due time.</p>';
+                 'that it will not show up for up to a few hours, ',
+                 'but it will eventually find its way.</p>';
         }
 
         // Print out common footer, and end page

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to