cedaro / grunt-wp-i18n

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

Changed class constructors to the __construct syntax. #59

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.

Please have a look at the proposed changes.

Thank you!

bradyvercher commented 8 years ago

Looks good. Thanks @andreg!