Needs to stripslashes on output of changelog
-
Great plugin, but the output displays the slashes added by EDD Software Licensing when it saves the changelog field (at least for me). I fixed this by going to line 430 and changing:
$changelog
to
stripslashes( $changelog )
Would be great if this could be added to the plugin. Thanks!
- The topic ‘Needs to stripslashes on output of changelog’ is closed to new replies.