Changeset 14136
- Timestamp:
- 04/18/2010 05:56:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r13769 r14136 225 225 226 226 $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 . '/' ); 228 228 229 229 $this->selectors = array(
Note: See TracChangeset
for help on using the changeset viewer.