Ticket #223: loader.php_for_win_n_linux.patch
File loader.php_for_win_n_linux.patch, 495 bytes (added by , 16 years ago) |
---|
-
loader.php
1 1 <?php 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', dirname( __FILE__ ) ) . '/wp-load.php' ); 5 5 6 6 /* Set the content type to CSS */ 7 7 header('Content-type: text/css');