error shown
-
when WP_DEBUG is enabled from wp-config.php, i see 2 errors:
1) https://i.imgur.com/4jLDtgR.png
solution needs this:==jFootnotes.php , 185 line, put the wp_enqueu functions inside action named "wp_enqueue_scripts" : add_action( 'wp_enqueue_scripts', 'myf_444444',98,3 ); function myf_444444() { wp_enqueue_s....... }
2) https://i.imgur.com/Jy86fGw.png
solution:
on 43 line, need ‘manage_options’, instead of number 9:
add_options_page(‘jQuery Hover Footnotes’, ‘jQ Footnotes’, ‘manage_options,
- The topic ‘error shown’ is closed to new replies.