<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; 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() .
'/style.css'</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 .
'/style.css';</DIV>
<DIV> return apply_filters('stylesheet_uri', $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: 'Calibri'; COLOR: #000000; 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 style="font-color: black"><B>From:</B> <A
title=georgemamadashvili@gmail.com
href="mailto:georgemamadashvili@gmail.com">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">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: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">Use
more simple solution - wp_enqueue_style( 'krakatau-style',
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><<A href="mailto:hasilent00@gmail.com"
target=_blank>hasilent00@gmail.com</A>></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'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('default',
get_stylesheet_directory_uri() .<BR>'/style.css', array(),
'0.0.3');<BR>wp_enqueue_style('default');<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('krakatau_style',
get_template_directory_uri() .<BR>'/style.css', array(),
'0.0.5');<BR><BR><BR>Please help me..what should i do?<BR><BR>Many
thank's<BR>amdhas<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></BLOCKQUOTE></DIV>
<DIV> </DIV></DIV>
<P>
<HR>
_______________________________________________<BR>theme-reviewers mailing
list<BR>theme-reviewers@lists.wordpress.org<BR>http://lists.wordpress.org/mailman/listinfo/theme-reviewers<BR></DIV></DIV></DIV></BODY></HTML>