Codex tools: Log in
wp-includes/deprecated.php.
Use any of these functions instead.Please use the site_url() function for equivalent functionality.
Though the WordPress PHP deprecation notice recommends use of get_option('url') to replace this, it is *not* equivalent. get_option('url') does not include the subdirectory in the returned URL though get_option('site_url') does.