• Resolved DaveWP196

    (@davewp196)


    Please can you change line 242 in modern-footnotes.php to be

    if (isset($GLOBALS['modern_footnotes_active_query'])) {

    rather than

    if ($GLOBALS['modern_footnotes_active_query'] != null) {

    As currently coded, PHP generates a warning if $GLOBAL ‘modern_footnotes_active_query’ is not defined.

    • This topic was modified 3 years, 11 months ago by DaveWP196.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Undefined index: modern_footnotes_active_query’ is closed to new replies.