<div>I try to follow the WordPress coding standards: <a href="http://codex.wordpress.org/WordPress_Coding_Standards#Single_and_Double_Quotes">http://codex.wordpress.org/WordPress_Coding_Standards#Single_and_Double_Quotes</a></div>
<br clear="all">Josh<br>
<br><br><div class="gmail_quote">On Thu, Mar 3, 2011 at 8:13 AM, Satish Gandham <span dir="ltr">&lt;<a href="mailto:satish.iitg@gmail.com">satish.iitg@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Which is better of the following two<br><br>&lt;?php <br>echo &quot;This is a string with variable $test_variable&quot;<br>?&gt;<br><br>&lt;?php<br>echo &#39;This is another variant of the above statement &#39;.$test_variable <br>

?&gt;<br><br><br>Regards<br><font color="#888888">Satish Gandham<br>
</font><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>