Ulrich Pogson
                                            Ulrich Pogson
                                        
                                    @schlessera I would just like to mention that PHP Compatibility Checker is running an older version of PHPCompatibility. Some of the false positives are fixed in the newer versions. Though...
It depends on how much they are willing to work on it. As in the past there has not been much work on it. I have built a similar plugin...
I keep on having to manually search the WP codebase as there are a few places where the content is modified. It would be really nice to have a list...
As PHP 7.1 has been released it would be good to add it to the travis list and see if it passes there.
@JDGrimes The error is not coming from your code but from existing code. You can see this in the PR #187 which is only adding PHP7.1 to travis.
Sorry, I was not able to replicate the issue. I tested it with WP 4.4 and 4.5 and used your code.
This is the core ticket https://core.trac.wordpress.org/ticket/28482 A possible fix for this https://github.com/Automattic/_s/pull/860
Since this repo is more for development, reporting bugs, and suggesting improvements, it is best to post a question like this here: https://wordpress.org/support/forum/themes-and-templates Most likely you want to use an...
This could be caused by the automatic update included in WordPress. @takaya1992 Have you disabled the automatic updates? https://wordpress.org/support/article/configuring-automatic-background-updates/#constant-to-disable-all-updates
@mikeselander This is the code that we are using to fix this. ```php class DateTimestampField extends CMB_Date_Timestamp_Field { /** * Parse and validate an array of timestamp values. */ public...