Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: First pass at a fix for “deep” integration in trunk

Thanks to Sam for these lines, I can use the $wpdb object in bbpress which is really great !

if ( !defined( 'ABSPATH' ) ) {

include_once( '/Full/Path/To/wp-load.php' );

}

Unfortunately there is a serious drawback as it breaks the translation of bbpress. The fr_FR.mo seems to have no effect with these line.

Could you please help ?

Skip to toolbar