Yulian, should I resubmit the theme?<br><br><div class="gmail_quote">2010/12/2 Yulian Yordanov <span dir="ltr">&lt;<a href="mailto:yul.yordanov@gmail.com">yul.yordanov@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
OK.<br>
If it&#39;s so, I can set the version as approved because this was the only obstacle.<br>
<br>
Yulian Yordanov (Fingli)<div><div></div><div class="h5"><br>
<br>
On 02.12.2010 Ç. 22:36, Otto wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
WP itself is not free of debug notice errors. I tend to ignore them.<br>
<br>
-Otto<br>
<br>
<br>
<br>
On Thu, Dec 2, 2010 at 2:08 PM, Ivan Milaev&lt;<a href="mailto:vatuma@gmail.com" target="_blank">vatuma@gmail.com</a>&gt; šwrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
I&#39;ve created the Clear Line theme<br>
(<a href="http://themes.trac.wordpress.org/ticket/2203" target="_blank">http://themes.trac.wordpress.org/ticket/2203</a>).<br>
The theme uses default widgets in the way like this:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
the_widget(&#39;WP_Widget_Categories&#39;, &#39;&#39;,<br>
&#39;before_title=&lt;h5&gt;&amp;after_title=&lt;/h5&gt;&#39;);<br>
</blockquote>
Such šfunction call generates php notices:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Notice: Undefined index: count in<br>
Z:\home\wp\www\wp-includes\default-widgets.php on line 430<br>
Notice: Undefined index: hierarchical in<br>
Z:\home\wp\www\wp-includes\default-widgets.php on line 431<br>
Notice: Undefined index: dropdown in<br>
Z:\home\wp\www\wp-includes\default-widgets.php on line 432<br>
</blockquote>
So the notices are generated in WP core file in such lines:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
$c = $instance[&#39;count&#39;] ? &#39;1&#39; : &#39;0&#39;;<br>
$h = $instance[&#39;hierarchical&#39;] ? &#39;1&#39; : &#39;0&#39;;<br>
$d = $instance[&#39;dropdown&#39;] ? &#39;1&#39; : &#39;0&#39;;<br>
</blockquote>
I.e. if I don&#39;t set parameters (that are not required) these indexes do not<br>
exist and the notices appear.<br>
I can avoid appearing these notices by setting the parameters but if I call:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
the_widget(&#39;WP_Widget_Recent_Posts&#39;, &#39;&#39;,<br>
&#39;before_title=&lt;h5&gt;&amp;after_title=&lt;/h5&gt;&#39;);<br>
</blockquote>
the notices are:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Notice: Undefined index: widget_id in<br>
Z:\home\wp\www\wp-includes\default-widgets.php on line 529<br>
Notice: Undefined index: number in<br>
Z:\home\wp\www\wp-includes\default-widgets.php on line 538<br>
</blockquote>
One of these notices is generated by this line:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
if ( isset($cache[$args[&#39;widget_id&#39;]]) ) {<br>
</blockquote>
 š That means that I cannot avoid this notice...<br>
<br>
The question are:<br>
Should the theme be approved with such notices?<br>
Should WP team fix these notices?<br>
Or should I?<br>
<br>
Regards,<br>
Ivan<br>
<br>
<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>
<br>
</blockquote>
_______________________________________________<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>
<br></div></div><font color="#888888">
-- <br>
àÌÉÑΠêÏÒÄÁÎÏ×<br>
<br>
Yulian Yordanov<br>
<a href="http://post-scriptum.info/" target="_blank">http://post-scriptum.info/</a><br>
<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>