Skip to content

Commit

Permalink
Merge pull request #822 from kcristiano/wpclean
Browse files Browse the repository at this point in the history
wp-clean - Do not use latest cutting edge theme
  • Loading branch information
totten authored Nov 7, 2023
2 parents 71d91b4 + f8f7b55 commit 3db5dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config/wp-clean/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ TZ=$(php --info |grep 'Default timezone' |sed s/' => '/:/ |cut -d':' -f2)
wp option set timezone_string $TZ
wp rewrite structure '/%postname%/'
wp rewrite flush --hard
wp theme install twentythirteen --activate

wp plugin activate civicrm
wp eval '$c=[civi_wp(), "add_wpload_setting"]; if (is_callable($c)) $c();' ## Temporary workaround, init wpLoadPh
Expand Down

0 comments on commit 3db5dc2

Please sign in to comment.