[WordPress]Git主题php8.1不兼容修改版办法
Git主题官方在线使用文档地址:http://gitcafe.net/archives/3275.html
WordPress主题Git下载地址:https://gitee.com/yunluo/git
WordPress主题Git下载地址:2022051810232280
php8.1不兼容,我已经修改成兼容了。 Git-alpha/include/seo.php 114: $content = preg_replace($regEx, $url, $content, $limit); 改为: $content = preg_replace($regEx, $url, $content, intval($limit));