Commit:    02173eae56a9e6d5bf859e1202c6c3f21a6c587c
Author:    Peter Cowburn <[email protected]>         Wed, 14 Mar 2018 22:41:51 
+0000
Parents:   4d64a90605f95497952dc891cde6a8c134a66335
Branches:  master

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

Log:
set recommended maximum image height to 250px (was 400px) in bin/createNewsEntry

Changed paths:
  M  bin/createNewsEntry


Diff:
diff --git a/bin/createNewsEntry b/bin/createNewsEntry
index 9566669..e7d174e 100755
--- a/bin/createNewsEntry
+++ b/bin/createNewsEntry
@@ -55,7 +55,7 @@ $confs = array(2, 3);
 
 $imageRestriction = array(
        'width' => 400,
-       'height' => 400
+       'height' => 250
 );
 
 do {


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

Reply via email to