Commit:    384d23f32dabfcfc1a2d1c40f0ae7f52f5d0687d
Author:    Sobak <msobaczew...@gmail.com>         Sun, 19 Nov 2017 06:53:20 
+0100
Parents:   03fb7a1de96b17c8bc70d36da90c6929719424cc
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=384d23f32dabfcfc1a2d1c40f0ae7f52f5d0687d

Log:
Maybe it will save us some effort...

I doubt it myself but why not to try?

Changed paths:
  M  submit-event.php


Diff:
diff --git a/submit-event.php b/submit-event.php
index da88a5d..3959f5e 100644
--- a/submit-event.php
+++ b/submit-event.php
@@ -146,6 +146,10 @@ else {
          " Submit your event here, and after it has been approved, it will be 
listed in\n" .
          " our event calendar.\n</p>";
     echo "<p>Please note that conference submissions should be emailed to 
php-webmaster@lists.php.net</p>\n";
+    echo '<div class="warning">' . "\n" .
+         "<p>\n All submissions will be <strong>reviewed by human</strong>. Do 
not waste " .
+         "our and your own time on submitting events unrelated to PHP. Thank 
you.</p>\n" .
+         "</div>\n";
 }
 
 // Display errors if found


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

Reply via email to