Skip to content

Commit

Permalink
cmon
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Feb 14, 2016
1 parent 3e9ed83 commit 303f228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/wp-env/ation.develop.digitalmediauconn.org.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
define('WP_SITEURL', 'http://'.$host.'');

/** WP content directory */
define('WP_CONTENT_URL', WP_HOME . '/wp-content');
//define('WP_CONTENT_URL', WP_HOME . '/wp-content');

/** WP uploads directory */
define('UPLOADS', 'wp-content/uploads');
//define('UPLOADS', 'wp-content/uploads');

/**
* Auto-updates
Expand Down

0 comments on commit 303f228

Please sign in to comment.