Missing stripslashes() and how to add them
-
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 ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Missing stripslashes() and how to add them’ is closed to new replies.