<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Mar 23, 2014 at 2:06 PM, Ulrich Pogson <span dir="ltr"><<a href="mailto:grapplerulrich@gmail.com" target="_blank">grapplerulrich@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Redux Framework uses add_submenu_page() instead of add_theme_page(). Can we make an exception here if the the added menu item is under "Appearance"?</div>

</blockquote><div><br></div><div>No, because that is what add_theme_page is for.</div><div><br></div><div>The add_theme_page function is just a wrapper for add_submenu_page that automatically puts in the "themes.php" name for the first parameter. </div>

<div><br></div><div>So, if at some future point, the files get a renaming or the menu system gets a big heavy reorganization, then themes using add_theme_page would not need any changes to continue working properly.</div>

<div><br></div><div>When high level wrappers exist for this sort of thing, then plugin/theme code should use them for maximum future compatibility.</div><div><br clear="all"><div>-Otto</div></div><div><br></div><div><br>
</div>
</div></div></div>