dartiss / plugins-list

WordPress plugin to insert a list of the Wordpress plugins you are using into any post/page.
https://wordpress.org/plugins/plugins-list/
GNU General Public License v2.0
7 stars 6 forks source link

Restore PHP 5 compatibility #17

Closed dgw closed 6 years ago

dgw commented 6 years ago

The only PHP 5-incompatible operation in the whole plugin was the <=> operator used in sorting by author. This slightly more verbose sorting function does the same thing, and is backward-compatible.