You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually if you enable WP Debug with PHP 8.1 this already causes problems - as where it is used it will put a warninng notice in front of the date - for me regarding comments. With debugging disabled it is still fine.
With php 8.1 strftime already throws a warning notice. It has to be replaced for future compatibility:
https://php.watch/versions/8.1/strftime-gmstrftime-deprecated
The text was updated successfully, but these errors were encountered: