Stub wp_guess_url() for the manifest. Props azaozz. fixes #7015

git-svn-id: https://develop.svn.wordpress.org/trunk@8186 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-06-24 18:47:14 +00:00
parent 1e8fc2ce19
commit 963e134717
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ function get_bloginfo() {}
function is_admin() {return true;}
function site_url() {}
function admin_url() {}
function wp_guess_url() {}
require(ABSPATH . '/wp-includes/script-loader.php');
require(ABSPATH . '/wp-includes/version.php');