(minor) warning due to _GLOBALS typo
-
With WP_DEBUG, a code typo shows up in Line 969 of embedplus.php, ver. 3.6.
if (empty($content_width)) $content_width = $GLOBALS['content_width']; if (empty($content_width)) $content_width = $_GLOBALS['content_width'];
The last two lines can be deleted, $_GLOBALS never exists.
https://www.ads-software.com/plugins/embedplus-for-wordpress/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘(minor) warning due to _GLOBALS typo’ is closed to new replies.