Topic on Extension talk:ImageMap

externLink and $wgNoFollowDomainExceptions

2
178.12.235.130 (talkcontribs)

Currently the extension does not support:

$wgNoFollowDomainExceptions

I had to change Line 200 in ImageMap_body.php

// OLD
if ( $wgNoFollowLinks ) {
// NEW
if ( ($wgNoFollowLinks) AND (array_search ($externLink, $wgNoFollowDomainExceptions)) ) {
Reply to "externLink and $wgNoFollowDomainExceptions"