Created
August 21, 2010 11:14
-
-
Save timwhitlock/542163 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* [twhitlock] define some configs before Wordpress can beat our plug-ins to it */ | |
define('WP_CDN_ROOT','http://cdn.timwhitlock.info/wordpress'); | |
define('WP_CONTENT_URL', WP_CDN_ROOT.'/wp-content'); | |
/** Sets up WordPress vars and included files. */ | |
require_once(ABSPATH . 'wp-settings.php'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment