Update lang.php
removed more deprecated code
translation update
updated dates in various info.txt files
Update lang.phpPlease someone who know the code, double check this one. It does look that translation for 2 options were missing.
fixed occurrences of html named entities in translation files to be xhtml-compatible
changed all input type=submit buttons to button type=submit button for better stylability
adjust newline
__construct
Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on class name) with php 5 __construct()Also remove some '&' reference operators used with objectsAnd a
Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on class name) with php 5 __construct()Also remove some '&' reference operators used with objectsAnd add some object type hints
show more ...
add plugin groups to config plugin test
Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, and advpng -z4 -i60.
Scrutinizer Auto-FixesThis commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1...<<21222324252627282930>>...57