• Has anyone else had a problem with list tags being stripped out of the comments?
    For example, something like this (stored in the DB correctly)…

    • item
    • item 2
    • item 3

    Is outputted to the file as…

    item
    item2
    item3

    Also, in links, [target=”_blank”] is stripped out of href tags.
    Brian

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter briangroce

    (@briangroce)

    Has anyone else had a problem with list tags being stripped out of the comments?
    For example, something like this (stored in the DB correctly)…


      • item

      • item 2

      • item 3


      • Is outputted to the file as…


        item

        item2

        item3

        <\code>
        Also, in links, [target="_blank"] is stripped out of href tags.

      Some html is stripped – check the wp-includes/kses.php file for what is / is not allowed by default.

      Thread Starter briangroce

      (@briangroce)

      That did it. Thanks!

    Viewing 3 replies - 1 through 3 (of 3 total)
    • The topic ‘Lists In Comments’ is closed to new replies.