wp-better-attachments
wp-better-attachments copied to clipboard
PHP Notices
Great plugin. Just getting a few PHP notices, not a big deal but in case people like me who have notices on, it would be nice to just prevent these from happening.
Also, this may be a factor of how I have set things up, but I assume some isset() checks would not hurt in any case.
Here they are: Undefined variable: author in classes/class-wpba-media-library.php on line 76 Undefined variable: comments in classes/class-wpba-media-library.php on line 79 Undefined variable: date in classes/class-wpba-media-library.php on line 80
So if you feel like adding some isset() checks before those, I would appreciate it. Thanks again for the great plugin.