From 963e134717652187d80e1d860c02d419fe90d26e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 24 Jun 2008 18:47:14 +0000 Subject: [PATCH] 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 --- wp-admin/gears-manifest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/gears-manifest.php b/wp-admin/gears-manifest.php index 889bc58acb..5621ef5375 100644 --- a/wp-admin/gears-manifest.php +++ b/wp-admin/gears-manifest.php @@ -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');