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

    (@juanmanuelz)

    UPDATE:
    I figured out how to deal with the problem. Adding stripslashes in:

    admin-form.php
    Line 50: <?php wp_editor(stripslashes($instructions->description),’description’); ?>

    admin-table.php

    Line 196: $html = wp_editor(stripslashes($item[‘text’]), ‘text’.$item[‘id’], array(‘textarea_rows’ => 5));
    shortcode.php
    Line 38: $html .= “<p>”.stripslashes($instructions->description).”</p>”;

    I hope that it helps in someone else have to deal with the problem.

    Again, thank for the wonderful work with this plugin. Simple but awesome.

    Plugin Author barteled

    (@barteled)

    Apologies for being delayed on response. Thanks for the update. I have provided this in the most recent version of the plugin.

    Plugin Author barteled

    (@barteled)

    Marking as resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with hyperlinks’ is closed to new replies.