Missing argument 2 for FEE::the_title() in wp-front-end-editor/class-fee.php
-
Hello,
I got this errors :
debug = false
Warning: Missing argument 2 for FEE::the_title() in /home/serv/site/public_html/wp-content/plugins/wp-front-end-editor/class-fee.php on line 405
plus this when debug = true
Notice: Undefined variable: id in /home/serv/site/public_html/wp-content/plugins/wp-front-end-editor/class-fee.php on line 408
I’ve fixed it by myself with this changes :
line 405 : function the_title( $title, $id ) {
by
line 405 : function the_title( $title, $id = null ) {
Could you consider un fix for your next version ?
Thanks !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Missing argument 2 for FEE::the_title() in wp-front-end-editor/class-fee.php’ is closed to new replies.