INN / inn

WordPress child theme for INN.org. Requires Largo parent theme (https://github.com/INN/largo)
https://inn.org
GNU General Public License v2.0
2 stars 2 forks source link

Make sure theme works without any plugins active #107

Open benlk opened 5 years ago

benlk commented 5 years ago

Updating the innsandbox site to WP 5.2-RC1 this morning via wp-cli required skipping plugins and themes: wp core update --version=5.2-RC1 --skip-themes --skip-plugins.

--skip-plugins was because of https://github.com/INN/term-debt-consolidator/issues/14, which I think is fixed in a version of the TDC plugin that hasn't bene released yet.

--skip-themes was required because of plugin-dependent code in the INN theme, which needs to be checked for dependency on plugins. The inn submodule will need to be updated in both the umbrella-boilerplate repo and the umbrella-innsandbox repos.