﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
11742,MU isn't fully compatible with custom content dir,Denis-de-Bernardy,,"In wp-content/blogs.php, line 3:

http://core.trac.wordpress.org/browser/trunk/wp-content/blogs.php?rev=12603#L3

{{{
require_once( dirname( dirname( __FILE__) ) . '/wp-load.php' );
}}}

if the site is set up as so, this won't work:

{{{
/index.php
/wp-core
/wp-content
}}}

the file should be re-engineered accordingly. One option could be to place it in the wp-includes folder, and make WP automatically create a blogs.php file that goes:

{{{
<?php
require '/path/to/wp-includes/blogs.php'
?>
}}}

",defect (bug),closed,normal,3.0,Upload,3.0,major,fixed,multisite has-patch,westi
