Viewing 3 replies - 1 through 3 (of 3 total)
  • I just updated and had the same problem. My site is down now. http://spinalalignment.com/

    How do I comment out line 39? I can get to the file but I don’t know what I should put where?

    Ok, I fixed it. What I did (for the next person) is go into my control panel for my site. and open the /wp-content/plugins/custom-menu/custom-menu.php file in an editor and added

    //

    before the text on line 39 (which starts: add_action(‘init’, function() { load_plugin_textdomain(‘custom-menu’

    Line 39 now starts like this:

    // add_action(‘init’, function() { load_plugin_textdomain(‘custom-menu’

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Custom Menu] Error on line 39?’ is closed to new replies.