A heads up, I&#39;ve removed references to read-only parameters for add_theme_support() from <a href="http://codex.wordpress.org/Function_Reference/add_theme_support">http://codex.wordpress.org/Function_Reference/add_theme_support</a>.<div>

<br></div><div>Any theme enabling &#39;editor-style&#39;, &#39;menus&#39;, &#39;custom-header&#39;, &#39;custom-background&#39;, or &#39;widgets&#39; via add_theme_support() is doing it wrong. These are internal registrations so we can transparently use current_theme_support(). In fact WordPress prevents these in particular from being removed via remove_theme_support(), that way there are no imbalances.</div>

<div><br></div><div>Nacin</div>