link-indication

Beschrijving

Deze plugin is gesloten sinds 7 september 2021 en is niet beschikbaar om te downloaden. Reden: Overtreding richtlijnen.

Beoordelingen

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 !
Lees alle 7 beoordelingen

Bijdragers & ontwikkelaars

“Link Indication” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Link Indication” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.