flatpress
flatpress copied to clipboard
Fix outdated Akismet class
Reported by sheriff on the support forum: The Akismet class pops deprecated warning Methods with the same name as their class will not be constructors in a future version of PHP
. Class SocketWriteRead as well.
To do: Rename constructors. Or: Use newer version of these classes.