Skip to content

Commit

Permalink
fix--application--content path to wp-content
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaMinka authored Oct 29, 2018
1 parent 1f639a4 commit 99037ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
/**
* Custom Content Directory
*/
Config::define('CONTENT_DIR', '/app');
Config::define('CONTENT_DIR', '/wp-content');
Config::define('WP_CONTENT_DIR', $webroot_dir . Config::get('CONTENT_DIR'));
Config::define('WP_CONTENT_URL', Config::get('WP_HOME') . Config::get('CONTENT_DIR'));

Expand Down

0 comments on commit 99037ae

Please sign in to comment.