I would view it as: either is acceptable. You could *recommend* using get_stylesheet_uri() instead of get_stylesheet_directory_uri() . &#39;/style.css&#39;, but I wouldn&#39;t not-approve a Theme based on either usage.<div>
<br></div><div>Chip<br><br><div class="gmail_quote">On Fri, Jun 8, 2012 at 9:07 AM, Konstantin Obenland <span dir="ltr">&lt;<a href="mailto:konstantin@obenland.it" target="_blank">konstantin@obenland.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I wasn&#39;t aware.<div><br></div><div>This is what my finding was based on:</div><div>
<br></div><div>If incorporated into the Theme, site information is <b>required</b> to be called using the correct template tag:</div><div>[...]</div><div>Style Sheet URL: <tt><a href="http://codex.wordpress.org/Function_Reference/get_stylesheet_uri" title="Function Reference/get stylesheet uri" target="_blank">get_stylesheet_uri()</a></tt></div>
<div><font face="monospace"><br></font><div>I was under the impression, when it is required to use get_stylesheet_uri() to get the stylesheet url, get_stylesheet_directory_uri() . &#39;/style.css&#39; actually is no good.<br>
<div>Wasn&#39;t the reason behind requiring get_stylesheet_uri(), that the &#39;stylesheet_uri&#39; filter gets called?</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Konstantin</div></font></span><div>
<div class="h5"><div><br></div><div><div>On 08.06.2012, at 16:01, Philip M. Hofer (Frumph) wrote:</div><br><blockquote type="cite">
<div dir="ltr">
<div dir="ltr">
<div style="font-size:12pt;font-family:&#39;Calibri&#39;">
<div>^ thanks chip – also if you could:</div>
<div> </div>
<div>might want to edit the doc for *_uri() / *_url()   .. although I 
don’t know any functions off the top of my head that have _url()</div>
<div style="font-size:small;font-style:normal;text-decoration:none;font-family:&#39;Calibri&#39;;display:inline;font-weight:normal">
<div style="FONT:10pt tahoma">
<div><font size="3" face="Calibri"></font> </div>
<div><font size="3" face="Calibri"></font> </div>
<div style="BACKGROUND:#f5f5f5">
<div><b>From:</b> <a title="chip@chipbennett.net" href="mailto:chip@chipbennett.net" target="_blank">Chip Bennett</a> </div>
<div><b>Sent:</b> Friday, June 08, 2012 6:56 AM</div>
<div><b>To:</b> <a title="theme-reviewers@lists.wordpress.org" href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a> 
</div>
<div><b>Subject:</b> Re: [theme-reviewers] (no subject)</div></div></div>
<div> </div></div>
<div style="font-size:small;font-style:normal;text-decoration:none;font-family:&#39;Calibri&#39;;display:inline;font-weight:normal">I 
agree with Phil. 
<div> </div>
<div>This statement is not in the Guidelines:</div>
<div> </div>
<div>
<blockquote style="BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0px;MARGIN:0px 0px 0px 40px;PADDING-LEFT:0px;PADDING-RIGHT:0px;BORDER-TOP:medium none;BORDER-RIGHT:medium none;PADDING-TOP:0px">
  <div><font style="FONT-SIZE:16px" face="Times New Roman">Site information is 
  REQUIRED to be called using the correct template tag: </font><tt style="FONT-SIZE:16px">get_stylesheet_uri()</tt><font style="FONT-SIZE:16px" face="Times New Roman"> rather than </font><tt style="FONT-SIZE:16px">get_stylesheet_directory_uri() . 
  &#39;/style.css&#39;</tt></div></blockquote></div>
<div> </div>
<div>What IS in the Guidelines is this:</div>
<div> </div>
<div>
<blockquote style="BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0px;MARGIN:0px 0px 0px 40px;PADDING-LEFT:0px;PADDING-RIGHT:0px;BORDER-TOP:medium none;BORDER-RIGHT:medium none;PADDING-TOP:0px">
  <div><span style="line-height:22px;text-align:left;font-size:13px;font-family:sans-serif">Themes 
  are </span><b style="line-height:22px;text-align:left;font-size:13px;font-family:sans-serif">required</b><span style="line-height:22px;text-align:left;font-size:13px;font-family:sans-serif"> 
  to use </span><tt style="line-height:22px;text-align:left;font-size:13px">*_url()</tt><span style="line-height:22px;text-align:left;font-size:13px;font-family:sans-serif"> 
  template tags, rather than </span><tt style="line-height:22px;text-align:left;font-size:13px">bloginfo()</tt><span style="line-height:22px;text-align:left;font-size:13px;font-family:sans-serif"> 
  equivalents.</span></div>
  <div style="TEXT-ALIGN:left"><font face="sans-serif"><span style="LINE-HEIGHT:22px">AND</span></font></div>
  <div style="TEXT-ALIGN:left"><span style="line-height:22px;font-size:13px;font-family:sans-serif">Themes 
  are </span><b style="line-height:22px;font-size:13px;font-family:sans-serif">required</b><span style="line-height:22px;font-size:13px;font-family:sans-serif"> 
  to use </span><tt style="line-height:22px;font-size:13px"><a style="COLOR:rgb(76,166,207);TEXT-DECORATION:none" title="Function Reference/get stylesheet directory" href="http://codex.wordpress.org/Function_Reference/get_stylesheet_directory" target="_blank">get_stylesheet_directory()</a></tt><span style="line-height:22px;font-size:13px;font-family:sans-serif"> 
  rather than </span><tt style="line-height:22px;font-size:13px">STYLESHEETPATH</tt><span style="line-height:22px;font-size:13px;font-family:sans-serif"> 
  to return the stylesheet path.</span></div></blockquote></div>
<div> </div>
<div>The important points:</div>
<div>
<ul>
  <li>Use get_stylesheet_directory() instead of the STYLESHEETPATH constant 
  </li><li>Use get_stylesheet_directory*() instead of its get_bloginfo() equivalent 
  </li><li>Use get_stylesheet_directory*() instead of get_template_directory*() when 
  the included path is intended to be able to be overridden by a Child 
Theme</li></ul></div>
<div> </div>
<div>Chip<br><br>
<div class="gmail_quote">On Fri, Jun 8, 2012 at 8:44 AM, Philip M. Hofer (Frumph) 
<span dir="ltr">&lt;<a href="mailto:philip@frumph.net" target="_blank">philip@frumph.net</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
  <div dir="ltr">
  <div dir="ltr">
  <div style="FONT-FAMILY:&#39;Calibri&#39;;FONT-SIZE:12pt">
  <div>Okay this is a little bit out of hand.</div>
  <div> </div>
  <div>^ reference </div>
  <div> </div>
  <div><font face="Times New Roman">Site information is REQUIRED to be called 
  using the correct template tag: </font><tt>get_stylesheet_uri()</tt><font face="Times New Roman"> rather than </font><tt>get_stylesheet_directory_uri() 
  . &#39;/style.css&#39;</tt></div>
  <div><tt></tt> </div>
  <div><tt></tt> </div>
  <div><tt>^ Both are internal functions that do the EXACT same 
thing:</tt></div>
  <div><tt></tt> </div>
  <div><tt>Case:</tt></div>
  <div><tt></tt> </div>
  <div>function get_stylesheet_uri() {</div>
  <div>    $stylesheet_dir_uri = 
  get_stylesheet_directory_uri();</div>
  <div>    $stylesheet_uri = $stylesheet_dir_uri . 
  &#39;/style.css&#39;;</div>
  <div>    return apply_filters(&#39;stylesheet_uri&#39;, 
  $stylesheet_uri, $stylesheet_dir_uri);</div>
  <div>}</div>
  <div> </div>
  <div>This is not a reason to invalidate a theme.  Neither is adding 
  remaining parameters on a completely valid function call.</div>
  <div> </div>
  <div> </div>
  <div style="FONT-STYLE:normal;DISPLAY:inline;FONT-FAMILY:&#39;Calibri&#39;;FONT-SIZE:small;FONT-WEIGHT:normal;TEXT-DECORATION:none">
  <div style="FONT:10pt tahoma">
  <div><font size="3" face="Calibri"></font> </div>
  <div style="BACKGROUND:#f5f5f5">
  <div><b>From:</b> <a title="georgemamadashvili@gmail.com" href="mailto:georgemamadashvili@gmail.com" target="_blank">George 
  Mamadashvili</a> </div>
  <div><b>Sent:</b> Friday, June 08, 2012 5:43 AM</div>
  <div><b>To:</b> <a title="theme-reviewers@lists.wordpress.org" href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a> </div>
  <div><b>Subject:</b> Re: [theme-reviewers] (no subject)</div></div></div>
  <div> </div></div>
  <div style="FONT-STYLE:normal;DISPLAY:inline;FONT-FAMILY:&#39;Calibri&#39;;FONT-SIZE:small;FONT-WEIGHT:normal;TEXT-DECORATION:none">
  <div>
  <div>Use more simple solution -  wp_enqueue_style( 
  &#39;krakatau-style&#39;, get_stylesheet_uri() ); 
  <div> </div>
  <div>You need to use get_stylesheet_* functions when enqueueing style.css so 
  child themes can easily override it.<br><br>
  <div class="gmail_quote">On Fri, Jun 8, 2012 at 2:39 PM, hal-android <span dir="ltr">&lt;<a href="mailto:hasilent00@gmail.com" target="_blank">hasilent00@gmail.com</a>&gt;</span> wrote:<br>
  <blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">Hi.<br>Can anyone help me here?<br>I&#39;m really confused 
    about this.<br>In the previous ticket :<br><a href="http://themes.trac.wordpress.org/ticket/8039" target="_blank">http://themes.trac.wordpress.org/ticket/8039</a><br>wp_register_style(&#39;default&#39;, 
    get_stylesheet_directory_uri() .<br>&#39;/style.css&#39;, array(), 
    &#39;0.0.3&#39;);<br>wp_enqueue_style(&#39;default&#39;);<br><br><br>And on this ticket I 
    replace<br><a href="http://themes.trac.wordpress.org/ticket/8069#comment:3" target="_blank">http://themes.trac.wordpress.org/ticket/8069#comment:3</a><br><br>wp_enqueue_style(&#39;krakatau_style&#39;, 
    get_template_directory_uri() .<br>&#39;/style.css&#39;, array(), 
    &#39;0.0.5&#39;);<br><br><br>Please help me..what should i do?<br><br>Many 
    thank&#39;s<br>amdhas<br>_______________________________________________<br>theme-reviewers 
    mailing list<br><a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</blockquote></div>
  <div> </div></div></div></div>
  <hr>

  <div>_______________________________________________<br>theme-reviewers 
  mailing list<br><a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></div></div></div><br>_______________________________________________<br>theme-reviewers 
  mailing list<br><a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div>
<div> </div></div><div>
<br></div><hr>
_______________________________________________<br>theme-reviewers mailing 
list<br><a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></div></div>
_______________________________________________<br>theme-reviewers mailing list<br><a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</blockquote></div><br></div></div></div></div></div><br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>