[Plugin: Attachments] remove warning in WP debug mode
-
Hi Jchristopher and thanks for this useful plugin. I’ve switched to debug mode on a WP project of mine that makes use of your plugin and found a warning about WP_ADMIN constant not defined on line 40 of attachments.php
I’ve corrected
if( WP_ADMIN )to
if( defined( 'WP_ADMIN' ) )Please update your code before releasing a new version.
Thanks, Mad Max.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: Attachments] remove warning in WP debug mode’ is closed to new replies.