TheTempleNews / zombie

This is the theme for the website of The Temple News.
http://temple-news.com
0 stars 0 forks source link

Cleanup + Fixes 2016-08-26 #56

Closed montchr closed 8 years ago

montchr commented 8 years ago

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.