Rolf

Results 5 issues of Rolf

* **VS Code Version**: 1.63.2 * **beautify Version**: v1.5.0 Provide the settings you use: VS Code: ``` "beautify.language": { "js": { "type": [ "javascript", "json", "jsonc" ], "filename": [ ".jshintrc",...

Fixes https://github.com/wp-cli/db-command/issues/239

Fixes [#239](https://github.com/wp-cli/db-command/issues/239)

### Describe the bug The plugin is using the ezyang/htmlpurifier library via composer. This library uses the `get_magic_quotes_gpc` function in https://github.com/ezyang/htmlpurifier/blob/master/library/HTMLPurifier/Config.php. 1. But this function has been removed in PHP...

type:bug
help wanted