<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I've had notice a few times on themes I've reviewed but searching through the theme never did return anything that would explain the error - at least not from my visual code search anyways.<br><br>Having said that, on the ticket referenced that error only appeared and kept returning each time I activated that having cleared the log - which I do on each and after every review or theme test :)<br><br>"If you can't find the source of an error message, deactivate all other Plugins" - Even the Log Deprecated Notice plugin?<br><br><div><hr id="stopSpelling">Date: Fri, 14 Feb 2014 08:16:47 -0500<br>From: chip@chipbennett.net<br>To: theme-reviewers@lists.wordpress.org<br>Subject: Re: [theme-reviewers] Theme Review<br><br><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="ecxgmail_extra"><br><br><div class="ecxgmail_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="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;"><div dir="ltr"><div class="ecxgmail_extra"><br><div class="ecxgmail_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="ecxgmail_quote" style="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;line-height:1.3;border-top-right-radius:0.3em;font-size:12px;overflow:auto;border-bottom-right-radius:0.3em;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;line-height:1.3;border-top-right-radius:0.3em;font-size:12px;overflow:auto;border-bottom-right-radius:0.3em;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;line-height:1.3;border-top-right-radius:0.3em;font-size:12px;overflow:auto;border-bottom-right-radius:0.3em;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>
<div>
<br></div><div><br></div><div><br></div><div> </div><blockquote class="ecxgmail_quote" style="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>
<br>_______________________________________________
theme-reviewers mailing list
theme-reviewers@lists.wordpress.org
http://lists.wordpress.org/mailman/listinfo/theme-reviewers</div>                                           </div></body>
</html>