<div dir="ltr">1) Use Log Deprecated Notices Plugin (be sure to clear the log between reviews/Themes)<div>2) If you can't find the source of an error message, deactivate all other Plugins</div><div><br></div><div>And most importantly: Reviewers, please don't blindly print out error messages reported by the various Plugins we use. Please first verify that the error message does, in fact, come from the Theme being reviewed.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 14, 2014 at 7:55 AM, Bass Jobsen <span dir="ltr"><<a href="mailto:bass@w3masters.nl" target="_blank">bass@w3masters.nl</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014-02-14 10:43 GMT+01:00 Nitin Solanky <span dir="ltr"><<a href="mailto:nitin@techacadium.com" target="_blank">nitin@techacadium.com</a>></span>:<div>
<div class="h5"><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><pre style="background-color:rgb(255,255,238);border-top-left-radius:0.3em;padding:0.25em;margin-right:1.75em;line-height:1.3;border-top-right-radius:0.3em;font-size:12px;overflow:auto;border-bottom-right-radius:0.3em;margin-left:1.75em;font-family:Consolas,Monaco,'Courier New',Courier,monospace;border:1px solid rgb(215,215,215);border-bottom-left-radius:0.3em">
Argument in WP_Query() Used in wp-includes/query.php on line 3243.
"caller_get_posts" is deprecated. Use "ignore_sticky_posts" instead.
Deprecated in version 3.1.</pre><pre style="background-color:rgb(255,255,238);border-top-left-radius:0.3em;padding:0.25em;margin-right:1.75em;line-height:1.3;border-top-right-radius:0.3em;font-size:12px;overflow:auto;border-bottom-right-radius:0.3em;margin-left:1.75em;font-family:Consolas,Monaco,'Courier New',Courier,monospace;border:1px solid rgb(215,215,215);border-bottom-left-radius:0.3em">
I got a above review from the wordpress theme reviewer,but i did not find any issue related to above review.</pre><pre style="background-color:rgb(255,255,238);border-top-left-radius:0.3em;padding:0.25em;margin-right:1.75em;line-height:1.3;border-top-right-radius:0.3em;font-size:12px;overflow:auto;border-bottom-right-radius:0.3em;margin-left:1.75em;font-family:Consolas,Monaco,'Courier New',Courier,monospace;border:1px solid rgb(215,215,215);border-bottom-left-radius:0.3em">
Is any one who can help me for solve above issue.</pre></div>
<br></blockquote><div><br></div></div></div><div>You can make this warning visible by setting WP_DEBUG to true in wp-config.php</div><div>The error / notice mentioned above will be trigger by:</div><div><br></div><div><div>
                if ( isset( $q['caller_get_posts'] ) ) {  </div>

<div>                        _deprecated_argument( 'WP_Query', '3.1', __( '"caller_get_posts" is deprecated. Use "ignore_sticky_posts" instead.' )$</div><div>                         if ( !isset( $q['ignore_sticky_posts'] ) )</div>


<div>                                $q['ignore_sticky_posts'] = $q['caller_get_posts'];</div><div><br></div><div>                }</div></div><div><br></div><div>in wp-includes/query.php</div><div><br></div>


<div>To solve search in your theme files for "caller_get_posts" and replace with "ignore_sticky_posts".</div><div><br></div><div>NB i don't know which theme you are talking about. I found <a href="https://themes.trac.wordpress.org/ticket/16268" target="_blank">https://themes.trac.wordpress.org/ticket/16268</a> got this warning too, but when i search the files they do not contain "caller_get_posts" at all??</div>
<div class="">
<div>
<br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">_______________________________________________<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><br></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>