Make WordPress Core

Changeset 9516


Ignore:
Timestamp:
11/04/2008 09:58:30 PM (16 years ago)
Author:
markjaquith
Message:

Always set home_root in the rewrite rules. Dreamhost does not set the path for some reason. Props Joe Taiabjee

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/rewrite.php

    r9506 r9516  
    16341634        if ( isset( $home_root['path'] ) ) {
    16351635            $home_root = trailingslashit($home_root['path']);
     1636        } else {
     1637            $home_root = '/';
    16361638        }
    16371639
Note: See TracChangeset for help on using the changeset viewer.