kpumuk / codecolorer

WordPress plugin which allows you to insert code snippets into the post with nice syntax highlighting.
https://kpumuk.info/projects/wordpress-plugins/codecolorer/
56 stars 14 forks source link

Changed preg_replace to preg_replace_callback for PHP 7 compatibility #10

Closed robfelty closed 7 years ago

robfelty commented 7 years ago

I noticed that codecolorer doesn't work with PHP 7. This should fix that.