Ticket #14545: 14545.diff
| File 14545.diff, 674 bytes (added by , 16 years ago) |
|---|
-
wp-load.php
51 51 52 52 } 53 53 54 if ( !isset( $wpdb ) ) 55 require_once(ABSPATH . 'wp-settings.php'); 56 54 57 ?> -
wp-config-sample.php
85 85 /** Absolute path to the WordPress directory. */ 86 86 if ( !defined('ABSPATH') ) 87 87 define('ABSPATH', dirname(__FILE__) . '/'); 88 89 /** Sets up WordPress vars and included files. */90 require_once(ABSPATH . 'wp-settings.php');