Changes from trunk/wp-app.php at r18110 to branches/3.1/wp-app.php at r18022
- File:
-
- 1 edited
-
branches/3.1/wp-app.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-app.php
r18110 r18022 217 217 218 218 /** 219 * Constructor - Sets up object properties.219 * PHP4 constructor - Sets up object properties. 220 220 * 221 221 * @since 2.2.0 222 222 * @return AtomServer 223 223 */ 224 function __construct() {225 226 $this->script_name = array_pop( explode( '/', $_SERVER['SCRIPT_NAME'] ) );224 function AtomServer() { 225 226 $this->script_name = array_pop( $var_by_ref = 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)