I’m getting undefined wp() error

I have updated my blog since then its keep showing error Call to undefined function wp() in blog/wp-blog-header.php on line 13. I have updated the function.php in the wp-includes but no vain can any body help me ?

Related posts

Leave a Reply

1 comment

  1. If you installed WordPress using Fantastico, then add following lines in your wp-config.php file

    
    define('WP_SITEURL', 'http://yoursite.com/');
    define('WP_HOME', 'http://yoursite.com/');
    
    

    Hope it helps