<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Most people should be using get_template_directory() and get_template_directory_uri() for parent themes and get_stylesheet_directory) and get_stylesheet_directory_uri() by now anyway. Most devs see these being utilized in the twenty-eleven theme and it has been pushed for some time...plus, deprecated doesn't mean it won't work, so there shouldn't be too much of an impact...<div><br></div><div>Shawn<br><br><div>&gt; From: wordpress@dd32.id.au<br>&gt; Date: Fri, 19 Aug 2011 13:39:53 +1000<br>&gt; To: theme-reviewers@lists.wordpress.org<br>&gt; Subject: Re: [theme-reviewers] TEMPLATEPATH/STYLESHEETPATH are being        deprecated<br>&gt; <br>&gt; The constants being deprecated will not affect most people negitivly.<br>&gt; Deprecated (in WordPress terms at least) means it's not the recomended<br>&gt; method, and should be avoided at all costs when developing something<br>&gt; new (a theme in this case), there'll always be a dropin replacement<br>&gt; available too.<br>&gt; <br>&gt; If a theme uses a deprecated method, they may ultimately lack<br>&gt; flexibility (For example, themes which use the constants are unusable<br>&gt; on WordPress.com until they're updated to use the functions, Some<br>&gt; specialised plugins which switch themes also do hacky workarounds, or<br>&gt; can't perform as they'd like to at all on a theme which uses the<br>&gt; constants, etc.).<br>&gt; <br>&gt; So client themes shouldn't need to be updated, Unless they need to be<br>&gt; in order to take advatage of a new plugin/core functionality. But for<br>&gt; the good of the world, Repository themes would need to update (when<br>&gt; they release a new version) to use the functions instead of constants<br>&gt; when those guidelines took effect.<br>&gt; <br>&gt; On 19 August 2011 12:54, Merci Javier &lt;mercijavier@gmail.com&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; Oh man, that'll hurt. Many would have to update themes in client sites.<br>&gt; &gt;<br>&gt; &gt; Thank you for the heads-up, Chip.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On Thu, Aug 18, 2011 at 6:40 AM, Chip Bennett &lt;chip@chipbennett.net&gt; wrote:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Good morning, all,<br>&gt; &gt;&gt; Just a heads-up, in case you're not aware: the TEMPLATEPATH and<br>&gt; &gt;&gt; STYLESHEETPATH constants are slated for deprecation.<br>&gt; &gt;&gt; The Guidelines haven't changed yet, but expect that they will in the<br>&gt; &gt;&gt; future (most likely with the WordPress 3.3 release). I would strongly<br>&gt; &gt;&gt; recommend going ahead and replacing these constants now, with their<br>&gt; &gt;&gt; equivalent functions, get_template_directory() and<br>&gt; &gt;&gt; get_stylesheet_directory().<br>&gt; &gt;&gt; (See the in-ticket comments for why this is the best practice, anyway.)<br>&gt; &gt;&gt; Chip<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; theme-reviewers mailing list<br>&gt; &gt;&gt; theme-reviewers@lists.wordpress.org<br>&gt; &gt;&gt; http://lists.wordpress.org/mailman/listinfo/theme-reviewers<br>&gt; &gt;&gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; theme-reviewers mailing list<br>&gt; &gt; theme-reviewers@lists.wordpress.org<br>&gt; &gt; http://lists.wordpress.org/mailman/listinfo/theme-reviewers<br>&gt; &gt;<br>&gt; &gt;<br>&gt; _______________________________________________<br>&gt; theme-reviewers mailing list<br>&gt; theme-reviewers@lists.wordpress.org<br>&gt; http://lists.wordpress.org/mailman/listinfo/theme-reviewers<br></div></div>                                               </div></body>
</html>