Extra space because of this plugin
-
Hi,
I think you should change in script wp-noexternallinks-parser.php in function wp_noextrenallinks_parser() …
$link='<a'.$ifblank.$ifnofollow.' href="'.$url.'" '.$matches[1].$matches[4].'>'.$matches[5].'</a>';
… to this:
$link='<a'.$ifblank.$ifnofollow.' href="'.$url.'"'.$matches[1].$matches[4].'>'.$matches[5].'</a>';
… otherwise there appear an extra space in
like this
` because of your plugin …(Maybe there is some reason to do so, but I don’t undestand it.)
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Extra space because of this plugin’ is closed to new replies.