Switch to site_url() as wp-app base. fixes #11916

git-svn-id: https://develop.svn.wordpress.org/trunk@14136 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-18 05:56:35 +00:00
parent a8d984183f
commit d171d06d5e
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class AtomServer {
function AtomServer() {
$this->script_name = array_pop(explode('/',$_SERVER['SCRIPT_NAME']));
$this->app_base = home_url( $this->script_name . '/' );
$this->app_base = site_url( $this->script_name . '/' );
$this->selectors = array(
'@/service$@' =>