MarkBaker / PHPMatrix

PHP Class for handling Matrices
MIT License
1.42k stars 13 forks source link

Fatal errors loading WordPress plugins when more than one plugin embeds PHPMatrix #17

Closed justdave closed 3 years ago

justdave commented 3 years ago

WordPress crashes with redeclared function errors when loading a second plugin that embeds PHPMatrix.

PR #14 was filed a while ago by someone else to fix this, but I don't see a corresponding bug report, so just want to make sure it's not getting missed.

justdave commented 3 years ago

This was resolved by PR #14