<!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>Required, must have in theme.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>body_class</FONT></DIV>
<DIV><FONT size=2 face=Arial>post_class</FONT></DIV>
<DIV><FONT size=2 face=Arial>comment_form &amp;&amp; wp_list_comments&nbsp;-- if 
(comments.php || comments-popup.php files exist)</FONT></DIV>
<DIV><FONT size=2 face=Arial>wp_head</FONT></DIV>
<DIV><FONT size=2 face=Arial>wp_footer</FONT></DIV>
<DIV><FONT size=2 face=Arial>wp_link_pages</FONT></DIV>
<DIV><FONT size=2 face=Arial>comments_template</FONT></DIV>
<DIV><FONT size=2 face=Arial>dynamic_sidebar -- if (register_sidebar 
exists)</FONT></DIV>
<DIV><FONT size=2 face=Arial>$content_width</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Required, check with regexp, some people could be 
adding " instead of ' and spaces</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 
face=Arial>add_theme_support('automatic-feed-links')</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>If found in theme, check to see if required 
additional support is there</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>wp_nav_menu&nbsp;&nbsp;&nbsp; - check if 
add_theme_support('menus') || register_nav_menus exists</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Must Not have in theme, deprecated, if found 
reject: (direct from deprecated.php, most common)</FONT></DIV>
<DIV><FONT size=2 face=Arial>get_settings</FONT></DIV>
<DIV><FONT size=2 face=Arial>get_alloptions</FONT></DIV>
<DIV><FONT size=2 face=Arial>get_profile(</FONT></DIV>
<DIV><FONT size=2 face=Arial>add_option_update_handler</FONT></DIV>
<DIV><FONT size=2 face=Arial>remove_option_update_handler</FONT></DIV>
<DIV><FONT size=2 face=Arial>clean_url</FONT></DIV>
<DIV><FONT size=2 face=Arial>is_term(</FONT></DIV>
<DIV><FONT size=2 face=Arial>is_taxonomy(</FONT></DIV>
<DIV><FONT size=2 face=Arial>wp_specialchars</FONT></DIV>
<DIV><FONT size=2 face=Arial>sanitize_url</FONT></DIV>
<DIV><FONT size=2 face=Arial>get_postdata(</FONT></DIV>
<DIV><FONT size=2 face=Arial>previous_post(</FONT></DIV>
<DIV><FONT size=2 face=Arial>next_post(</FONT></DIV>
<DIV><FONT size=2 face=Arial>wp_list_cats(</FONT></DIV>
<DIV><FONT size=2 face=Arial>list_authors(</FONT></DIV>
<DIV><FONT size=2 face=Arial>get_author_link(</FONT></DIV>
<DIV><FONT size=2 face=Arial>get_settings(</FONT></DIV>
<DIV><FONT size=2 face=Arial>wp_get_links(</FONT></DIV>
<DIV><FONT size=2 face=Arial>comments_rss_link</FONT></DIV>
<DIV><FONT size=2 face=Arial>get_category_rss_link</FONT></DIV>
<DIV><FONT size=2 face=Arial>get_author_rss_link</FONT></DIV>
<DIV><FONT size=2 face=Arial>comments_rss(</FONT></DIV>
<DIV><FONT size=2 face=Arial>get_catname</FONT></DIV>
<DIV><FONT size=2 face=Arial>__ngettext</FONT></DIV>
<DIV><FONT size=2 face=Arial>attribute_escape</FONT></DIV>
<DIV><FONT size=2 face=Arial>usermeta</FONT></DIV>
<DIV><FONT size=2 face=Arial>automatic_feed_links(&nbsp;&nbsp;&nbsp;&nbsp; 
</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>-- Notice the ( at the end, this will denote its 
the function and stops there</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Check's that might be a bit more difficult to check 
for because of the wp_ on the new one</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>check for wp_link_pages&nbsp;&nbsp; if not exist, 
check for link_pages&nbsp;&nbsp;</FONT></DIV>
<DIV><FONT size=2 face=Arial>check for wp_get_archives if not exist, check for 
get_archives</FONT></DIV>
<DIV><FONT size=2 face=Arial>check for wp_register_sidebar_widget if not exist, 
check for register_sidebar_widget</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV></BODY></HTML>