cedaro / grunt-wp-i18n

Internationalize WordPress themes and plugins with Grunt.
MIT License
160 stars 25 forks source link

Change constructors #58

Closed andreg closed 8 years ago

andreg commented 8 years ago

Just a warning today, might be an issue in the future, as per a PHP warning message, methods with the same name as their class will not be constructors in a future version of PHP; there are a bunch of these here and there, and they should probably be converted to __construct instead.

Keep it up!

bradyvercher commented 8 years ago

Good idea, @andreg! Would you be interested in submitting a PR for this?

andreg commented 8 years ago

Absolutely!

bradyvercher commented 8 years ago

Fixed in #59