PHP Notice in wprmenu_enqueue_script
-
When the debug mode is enabled (
define('WP_DEBUG', true);
in wp-config.php), this plugin produces an annoying PHP Notice error. I managed to fix this by replacing$options['swipe']
withisset($options['swipe']) ? $options['swipe'] : ''
in line 39 in wp-responsive-menu.php.Could you merge this fix in the plugin ?
- The topic ‘PHP Notice in wprmenu_enqueue_script’ is closed to new replies.