Created
August 2, 2016 05:41
-
-
Save jennimckinnon/c7b3a9edd28fc71ab3c8f4672bc0d458 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/** Sets up WordPress vars and included files. */ | |
define( 'UPLOADS', 'wp-content/media' ); | |
require_once(ABSPATH . 'wp-settings.php'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment