<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I'll edit my help doc and talk to Cais about
editing the Codex, thanks Nacin!</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=wp@andrewnacin.com href="mailto:wp@andrewnacin.com">Andrew Nacin</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=philip@frumph.net
href="mailto:philip@frumph.net">Philip M. Hofer (Frumph)</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=becky.techy@gmail.com
href="mailto:becky.techy@gmail.com">Rebecca Tech</A> ; <A
title=theme-reviewers@lists.wordpress.org
href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, August 19, 2010 9:10
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] General
Inquiry</DIV>
<DIV><BR></DIV><SPAN
style="BORDER-COLLAPSE: collapse; FONT-FAMILY: Arial, sans-serif"
class=Apple-style-span>
<DIV> On Thu, Aug 19, 2010 at 6:45 AM, Philip M. Hofer
(Frumph) <SPAN dir=ltr><<A
href="mailto:philip@frumph.net">philip@frumph.net</A>></SPAN> wrote:</DIV>
<BLOCKQUOTE
style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>3) search for 'register_nav' for the wp_nav_menu, if
it doesn't exist, search for add_theme_support('menus') if that doesn't
exist, and wp_nav_menus is used, fail. Note, old
add_theme_support('nav-menus'); needs to be add_theme_support('menus');
now.</BLOCKQUOTE></SPAN>
<DIV><FONT class=Apple-style-span face="Arial, sans-serif"><SPAN
style="BORDER-COLLAPSE: collapse"
class=Apple-style-span><BR></SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span face="Arial, sans-serif"><SPAN
style="BORDER-COLLAPSE: collapse" class=Apple-style-span>This is incorrect.
add_theme_support('menus') is an internal process only. *It should never be
directly called.* Instead, the theme should be calling register_nav_menu(s)
which will trigger add_theme_support('menus') internally.</SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span face="Arial, sans-serif"><SPAN
style="BORDER-COLLAPSE: collapse"
class=Apple-style-span><BR></SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span face="Arial, sans-serif"><SPAN
style="BORDER-COLLAPSE: collapse" class=Apple-style-span>Likewise,
add_theme_support('widgets') is internal only. The theme should only be
calling register_sidebar(s).<FONT class=Apple-style-span face=arial><SPAN
style="BORDER-COLLAPSE: separate"
class=Apple-style-span><BR></SPAN></FONT></SPAN></FONT></DIV></BLOCKQUOTE></BODY></HTML>