Changeset 17771 for trunk/wp-app.php
- Timestamp:
- 04/29/2011 08:05:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r16699 r17771 217 217 218 218 /** 219 * PHP4 constructor - Sets up object properties.219 * Constructor - Sets up object properties. 220 220 * 221 221 * @since 2.2.0 222 222 * @return AtomServer 223 223 */ 224 function AtomServer() {224 function __construct() { 225 225 226 226 $this->script_name = array_pop( $var_by_ref = explode( '/', $_SERVER['SCRIPT_NAME'] ) );
Note: See TracChangeset
for help on using the changeset viewer.