Changeset 19074 for trunk/wp-app.php
- Timestamp:
- 10/28/2011 03:48:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r18998 r19074 224 224 function __construct() { 225 225 226 $this->script_name = array_pop( $var_by_ref = explode( '/', $_SERVER['SCRIPT_NAME'] ) ); 226 $var_by_ref = explode( '/', $_SERVER['SCRIPT_NAME'] ); 227 $this->script_name = array_pop( $var_by_ref ); 227 228 $this->app_base = site_url( $this->script_name . '/' ); 228 229
Note: See TracChangeset
for help on using the changeset viewer.