link-indication

描述

此插件已于 2021年9月7日 关闭,无法下载。 原因:违反准则。

评价

2019年4月12日
I installed this plugin when I first started with wordpress... It was 2.x something version. Still works with 4.9.2 ! EDIT: I recently upgraded my server to PHP7.0, this plugin broke my site. The workaround is quite easy. Edit the file link-indication.php Locate the following line (should be line 315): $final_stuff = eregi_replace('\[\[:space:\]\]+', ' ', $final_stuff); Change it to look like this: $final_stuff = preg_replace('/:space:+/', ' ', $final_stuff); Save it, the plugin is back for good !
阅读所有7条评价

贡献者及开发者

“Link Indication” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Link Indication”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志