Make WordPress Core

Changeset 18110 for trunk/wp-app.php


Ignore:
Timestamp:
06/01/2011 10:03:36 PM (14 years ago)
Author:
nacin
Message:

Take that, PHP 5.0.5. Good riddens. see #14160.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r17998 r18110  
    224224    function __construct() {
    225225
    226         $this->script_name = array_pop( $var_by_ref = explode( '/', $_SERVER['SCRIPT_NAME'] ) );
     226        $this->script_name = array_pop( explode( '/', $_SERVER['SCRIPT_NAME'] ) );
    227227        $this->app_base = site_url( $this->script_name . '/' );
    228228
Note: See TracChangeset for help on using the changeset viewer.