Changeset 808
- Timestamp:
- 12/23/2008 03:45:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/member-themes/buddypress-member/css/loader.php
r658 r808 2 2 3 3 /* Load the WP environment */ 4 require_once( preg_replace('%(.*)[/\\\\]wp-content[/\\\\].*%', '\1', dirname( __FILE__ )) . '/wp-load.php' );4 require_once( preg_replace('%(.*)[/\\\\]wp-content[/\\\\].*%', '\1', $_SERVER['SCRIPT_FILENAME'] ) . '/wp-load.php' ); 5 5 6 6 /* Set the content type to CSS */
Note: See TracChangeset
for help on using the changeset viewer.