Skip to content

Commit

Permalink
Merge pull request #66 from amekusa/multisite
Browse files Browse the repository at this point in the history
Add constant:WP_ALLOW_MULTISITE
  • Loading branch information
miya0001 committed Feb 22, 2015
2 parents 3dd46ea + 9a0135d commit 1046441
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provision/site-cookbooks/wpcli/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
define( 'WP_DEBUG', #{node[:wpcli][:debug_mode]} );
define( 'FORCE_SSL_ADMIN', #{node[:wpcli][:force_ssl_admin]} );
define( 'SAVEQUERIES', #{node[:wpcli][:savequeries]} );
#{if node[:wpcli][:is_multisite] == true then <<MULTISITE
define( 'WP_ALLOW_MULTISITE', true );
MULTISITE
end}
PHP
EOH
end
Expand Down

0 comments on commit 1046441

Please sign in to comment.