wp-notification-center
wp-notification-center copied to clipboard
PHP 5.2 fixes
Prevents fatal errors when running from PHP 5.2.
- Autoloader should be included by its absolute path, to prevent clashes with
include_path
setting. - Put namespace into a string to prevent parse errors.
- Use a PHP 5.2 compatible autoloader since WPUpdatePHP is used for version checking.
See #3
Thank you @defries. Saw it!
Happy to help :)
thanks buddy