Changes from branches/3.0/wp-app.php at r15470 to trunk/wp-app.php at r14949
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r15470 r14949 224 224 function AtomServer() { 225 225 226 $this->script_name = array_pop( $var_by_ref = explode( '/', $_SERVER['SCRIPT_NAME'] ));226 $this->script_name = array_pop(explode('/',$_SERVER['SCRIPT_NAME'])); 227 227 $this->app_base = site_url( $this->script_name . '/' ); 228 228
Note: See TracChangeset
for help on using the changeset viewer.