link-indication

Descripción

Este plugin ha sido cerrado el 7 de septiembre de 2021 y no está disponible para descargar. Motivo: Violación de las directrices.

Reseñas

12 de abril de 2019
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 !
Leer todas las 7 reseñas

Colaboradores y desarrolladores

«Link Indication» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Link Indication» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.