• Resolved MrPeteH

    (@mrpeteh)


    On lines 99 and 237 of the current version (file quick-edit-template-link.php) the code generates PHP Notices about bad index under various conditions… particularly line 237. The fix is easy: use the empty() function for tests where the stated variable

    Line 99 should be:
    if (!empty($options[‘qetl_checkbox_exectime’] )) {

    Line 237 should be:
    if (!empty($options[‘qetl_exclude_plugin_’ . $hash])) {

  • The topic ‘Two bugs in Template Debugger, easy to fix.’ is closed to new replies.