安装主题时,出现上述代码错误,源代码如下:
<?php function embed_images($content) {
$content = preg_replace('/[img=?]*(.*?)([\/img)?]/e', '""', $content);
return $content;
请哪位大神帮忙修改下?谢谢了
安装主题时,出现上述代码错误,源代码如下:
<?php function embed_images($content) {
$content = preg_replace('/[img=?]*(.*?)([\/img)?]/e', '""', $content);
return $content;
请哪位大神帮忙修改下?谢谢了
收起
微信扫一扫
微信扫一扫报告相同问题?