• Resolved ericmontcalm

    (@ericmontcalm)


    Hey, thanks for that useful plugin !
    Yet, it lacks some stripslashes() to escape those antislashes. Here are the files I modified, in case you’d want to commit these changes.

    free-quotation/incloudes/Free_Quotation_widget.php:152
    echo stripslashes( $quotation );

    free-quotation/incloudes/Free_Quotation_admin_FQ.php:198
    <?php echo ‘</td><td>’ . $row->id.'</td><td>’. stripslashes( $row->quotation ) .'</td><td>’. stripslashes( $row->author ) .'</td>’;

    Here is what struck me.

    Keep the good work bud ??

    https://www.ads-software.com/plugins/free-quotation/

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

    (@kris_iv)

    Hi,
    I can manage with this in next week (30.09-5.10). Sorry but in this week I doesn’t find time to help you… If I find time before I will inform you.

    Hava a nice day!

    Plugin Author kris_IV

    (@kris_iv)

    Hi,

    I update Free Quotation to 2.3.2 version. In this version I add all missing stripslashes();

    Thanks for your tips – it help me improve Free Quotation.

    Regards,
    Krzysztof

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing stripslashes() and how to add them’ is closed to new replies.