• When I edit the list of exclusions, additional white spaces are prepended and appended to the value. This is often because you add newlines before/after the corresponding textarea tag.

    {textarea}
    contents on next line
    {/textarea}

    The correct way is to put everything on one line:

    {textarea}contents here{/textarea}

    If the content has new lines, you leave those in:

    {textarea}contents
    can
    include
    newlines{/textarea}

    (using {…} to represent tags)

    This appears on this admin page: /options-general.php?page=link-checker-settings

    • This topic was modified 2 years, 9 months ago by Alexis Wilke. Reason: Link to page is not so good, fixing
    • This topic was modified 2 years, 9 months ago by Alexis Wilke. Reason: Added example of fix
    • This topic was modified 2 years, 9 months ago by Alexis Wilke. Reason: Added second example
Viewing 1 replies (of 1 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @alexiswilke

    I hope you are doing well.

    Thank you for reporting this issue.

    It is a reported situation, the Broken Link team is working on some big updates that should fix this issue, I am afraid we can’t give an estimated time to release it but please keep the plugin updated.

    Best Regards
    Patrick Freitas

Viewing 1 replies (of 1 total)
  • The topic ‘Exclusion List adds spaces and/or tabs to the content’ is closed to new replies.