Site went down a couple days ago because of updating to WP 4.6. A core function was redeclared in the theme functions.php causing a fatal error any time the theme was activated. That was fixed in 9ee2fc1.
This also brings in some miscellaneous junk changes from the live server that weren't committed.
It also seems that disabling some admin menu items for non-admins stopped working in 4.6, so I took the easy route and enabled those options for everyone that should already have them i.e. with the manage_options capability.
Site went down a couple days ago because of updating to WP 4.6. A core function was redeclared in the theme
functions.php
causing a fatal error any time the theme was activated. That was fixed in 9ee2fc1.This also brings in some miscellaneous junk changes from the live server that weren't committed.
It also seems that disabling some admin menu items for non-admins stopped working in 4.6, so I took the easy route and enabled those options for everyone that should already have them i.e. with the
manage_options
capability.