kre8tiv / urwahl3000

Freies Wordpress-Theme für GRÜNE Köpfe & Gliederungen
GNU General Public License v3.0
17 stars 14 forks source link

create_function is deprecated since php 7.2 #50

Closed davidfuhr closed 5 years ago

davidfuhr commented 5 years ago

the usage of anonymous function is the better way to do this.

https://www.php.net/manual/en/function.create-function.php

modulbuero commented 5 years ago

Vielen Dank!