link-indication

Beschreibung

Dieses Plugin wurde mit dem 7. September 2021 stillgelegt und ist nicht zum Download verfügbar. Grund: Richtlinienverletzung.

Rezensionen

12. April 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 !
Alle 7 Rezensionen lesen

Mitwirkende & Entwickler

„Link Indication“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Link Indication“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.