Make WordPress Core

Changeset 14136


Ignore:
Timestamp:
04/18/2010 05:56:35 AM (15 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r13769 r14136  
    225225
    226226        $this->script_name = array_pop(explode('/',$_SERVER['SCRIPT_NAME']));
    227         $this->app_base = home_url( $this->script_name . '/' );
     227        $this->app_base = site_url( $this->script_name . '/' );
    228228
    229229        $this->selectors = array(
Note: See TracChangeset for help on using the changeset viewer.