• Resolved ivandelajara

    (@ivandelajara)


    When i write something “like this” or ‘like this’ convert it to \”like this\” and starts to increase \\\\\\\\\”like this\\\\\\\\\” over the time…

    It probably doesnt use the escape string function properly…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Iftekhar Bhuiyan

    (@iftekharbhuiyan)

    Thank you very much for pointing this out. I just updated the plugin which should fix this issue. Sincere apologies for any inconveniences. Thank you.

    Thread Starter ivandelajara

    (@ivandelajara)

    i done a quick fix too:

    $data = trim(stripslashes_deep(get_option(‘adminpad_content’)));

    I dont know if its the same. Problem solved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Quotation problem’ is closed to new replies.