• Thanks for this plugin!

    After implementing it, I noticed that the coding for the links started to look like:

    " target="_blank" rel="nofollow" >

    I’ve made it look like this:

    " target="_blank" rel="nofollow">

    by changing the following 2 lines:

    1) from:

    $noFollow .= ‘ target=”_blank” ‘;

    into:

    $noFollow .= ‘ target=”_blank”‘;

    2) from:

    $noFollow .= ‘ rel=”nofollow” ‘;

    into:

    $noFollow .= ‘ rel=”nofollow”‘;

    Many thanks,
    Mihai Bocsaru

    https://wordpress.org/plugins/nofollow-for-external-link/

  • The topic ‘Fixing extra empty spaces’ is closed to new replies.