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

Moved to preg_replace_callback() for PHP 7 compatibility #9

Closed kamermans closed 7 years ago

kamermans commented 7 years ago

This adds support for PHP 7. This should be compatible back to PHP 5.3.0 due to the helper variable which binds $this in older versions of PHP. This PR fixes issue #8.

EmilStenstrom commented 7 years ago

I also got this problem. Would appreciate this PR being merged and a new version released!

kpumuk commented 7 years ago

Thank you!