<font color="#333333"><font size="2"><font face="arial,helvetica,sans-serif">Just out of the curiosity @Farhan gdr, why are you keep forwarding messages to this list?</font></font></font><div><font color="#333333"><font size="2"><font face="arial,helvetica,sans-serif"><br>

</font></font></font></div><div><font color="#333333"><font size="2"><font face="arial,helvetica,sans-serif"><br clear="all"></font></font></font><div><strong><font face="arial, helvetica, sans-serif">----</font></strong></div>

<div><font face="arial, helvetica, sans-serif"><strong>Emil Uzelac</strong> | ThemeID | T: 224-444-0006 | Twitter: @EmilUzelac | E: <a href="mailto:emil@themeid.com" target="_blank">emil@themeid.com</a> | <a href="http://themeid.com/" target="_blank">http://themeid.com</a></font></div>


<div><font color="#999999" face="arial, helvetica, sans-serif">Make everything as simple as possible, but not simpler. - Albert Einstein</font></div><br>
<br><br><div class="gmail_quote">On Sun, Oct 9, 2011 at 5:53 PM, Farhan gdr <span dir="ltr">&lt;<a href="mailto:farxangadur@hotmail.com">farxangadur@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">





<div><div dir="ltr"><br>From: <a href="mailto:theme-reviewers-request@lists.wordpress.org" target="_blank">theme-reviewers-request@lists.wordpress.org</a><br>Subject: theme-reviewers Digest, Vol 17, Issue 36<br>To: <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>

Date: Sun, 9 Oct 2011 22:41:22 +0000<br><br><pre>Send theme-reviewers mailing list submissions to<br>        <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br> <br>To subscribe or unsubscribe via the World Wide Web, visit<br>

        <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>or, via email, send a message with subject or body &#39;help&#39; to<br>

        <a href="mailto:theme-reviewers-request@lists.wordpress.org" target="_blank">theme-reviewers-request@lists.wordpress.org</a><br> <br>You can reach the person managing the list at<br>        <a href="mailto:theme-reviewers-owner@lists.wordpress.org" target="_blank">theme-reviewers-owner@lists.wordpress.org</a><br>

 <br>When replying, please edit your Subject line so it is more specific<br>than &quot;Re: Contents of theme-reviewers digest...&quot;<br></pre><br><br>--Forwarded Message Attachment--<br>From: <a href="mailto:perspectivevision@gmail.com" target="_blank">perspectivevision@gmail.com</a><br>

To: <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>Date: Sun, 9 Oct 2011 12:00:16 -0700<br>Subject: Re: [theme-reviewers] theme_update_available<br><br>Dion ...<br>

<br>Wow ... that is a head scratcher. Glad your head scratching had a net result. Mine was just making a bald spot on my head. Thanks. I had seen the &quot;Trump Card&quot; referenced in the code, but only associated it with the default themes, default, kubrick, twentyten and twentyeleven.  I appreciate the extra effort. I doubt I will submit it as a bug. As long as I have a reason for the behavior, I know what to do to avoid the issue. <br>



<br clear="all"><b style="color:rgb(0, 102, 0)"><span style="font-family:trebuchet ms,sans-serif">Best Regards</span><br style="font-family:trebuchet ms,sans-serif"><span style="font-family:trebuchet ms,sans-serif">Tom Matteson</span></b><br style="font-family:trebuchet ms,sans-serif">



<span style="font-family:trebuchet ms,sans-serif"></span><span style="font-family:trebuchet ms,sans-serif"></span><br>
<br><br><div>On Sun, Oct 9, 2011 at 4:12 AM, Dion Hulse (dd32) <span dir="ltr">&lt;<a href="mailto:wordpress@dd32.id.au" target="_blank">wordpress@dd32.id.au</a>&gt;</span> wrote:<br><blockquote style="padding-left:1ex">



<div>Alright.. Figured it out.. even if it took me a good 45minutes flipping back and forth between your site, the API code, and scratching my head!<br></div><div><br></div><div>The root cause of it is: You&#39;ve got multiple Themes called &#39;WordSmith Anvil&#39; on the installs in question.</div>





<div><br></div><div>Longer answer: WordPress includes a &quot;Trump Card&quot; system, whereby, if a theme attempts to use a name which has already been used by another theme on the site, the theme name gets suffixed with the theme directory. As a result, the theme update API is receiving a request looking for a theme called &#39;WordSmith Anvil/wordsmith-anvil&#39; with a slug of &#39;wordsmith-anvil&#39;.. Now, the Themes API doesn&#39;t know about that title.. and since it requires an exact match on both the Title and the Slug, it&#39;ll never respond with an update for that particular theme.</div>





<div><br></div><div>Take the other copy of the theme though, the one which WordPress read first and which took the &quot;WordSmith Anvil&quot; title, Well, it has a slug of &quot;wordsmith-anvil-theme-1.2.1&quot; and once again, which the update API doesn&#39;t know about (since it needs both the Title and Slug to match) will not receive an update either!</div>





<div><br></div><div>Finally.. You might now question why you don&#39;t see the  &quot;WordSmith Anvil/wordsmith-anvil&quot; title shown anywhere in the Admin.. Well, WordPress knows that that title isn&#39;t meaningful to you, so uses the raw Title instead of the &quot;Name&quot; (WordPress internally refers to themes by the unique &quot;Name&quot; rather than the directory slug for historical reasons).</div>





<div><br></div><div>I&#39;m not sure what can be done about this for the update API, It&#39;s entirely possible to work around it, but introduces issues on the client side (the wrong copy of the theme might be upgraded) and isn&#39;t a situation that 99% of users would ever come across.</div>





<div><br></div><div><br></div><div><b>tl;dr:</b> If you have multiple themes with the same name on a WordPress blog, There is a high chance that the updates will not be notified about, due to the internal name not matching the theme title (that the update API uses).</div>





<div><br></div><font color="#888888"><div>D</div></font><div><div></div><div><div><br></div><div>On 9 October 2011 21:44, Tom Matteson <span dir="ltr">&lt;<a href="mailto:perspectivevision@gmail.com" target="_blank">perspectivevision@gmail.com</a>&gt;</span> wrote:<br>





<blockquote style="padding-left:1ex">Otto ...<br><br>Thx for pointing that out. Now that you mention it, that is what I recall having read. In fact, I think it was probably a post of yours I had read. Clearly, it makes more sense that each install will call home; rather than WP calling out to millions of installs. That, of course, would not be practical. <br>







<br>That being said, I am still trying to figure out why on my installs, the theme_update_available function seems to be getting bypassed or timing out only for my theme. At least it was reassuring to hear, per Dion, the update message appears to be displaying for this theme on other installs. I have addressed a couple other issues that were brought to my attention in this thread. However, I am not sure if any of those changes will have any impact the the function and the display of the update message. However, it has been less than 12 hours since I made these changes. <br>







<br>Thx to everyone that has responded.<br>

<br clear="all"><b style="color:rgb(0, 102, 0)"><span style="font-family:trebuchet ms,sans-serif">Best Regards</span><br style="font-family:trebuchet ms,sans-serif"><font color="#888888"><span style="font-family:trebuchet ms,sans-serif">Tom Matteson</span></font></b><div>





<div><br style="font-family:trebuchet ms,sans-serif">



<span style="font-family:trebuchet ms,sans-serif"><br></span><br>
<br><br><div>On Sat, Oct 8, 2011 at 9:41 PM, Otto <span dir="ltr">&lt;<a href="mailto:otto@ottodestruct.com" target="_blank">otto@ottodestruct.com</a>&gt;</span> wrote:<br><blockquote style="padding-left:1ex">







On Sat, Oct 8, 2011 at 8:14 PM, Tom Matteson<br>
&lt;<a href="mailto:perspectivevision@gmail.com" target="_blank">perspectivevision@gmail.com</a>&gt; wrote:<br>
&gt; My understanding is that WordPress.org runs a cron job twice a day that...<br>
<br>
No. Your own WP install runs its check, then stores the results in a<br>
transient with a 12 hour expiration time.<br>
<br>
So, if you just checked, and then change things around, it won&#39;t check<br>
again for another 12 hours. This is controlled by your system, not<br>
ours.<br>
<font color="#888888"><br>
-Otto<br>
</font><div><div>_______________________________________________<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>
</div></div></blockquote></div><br>
</div></div><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></blockquote></div><br>
</div></div><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></blockquote></div><br>
<br><br>--Forwarded Message Attachment--<br>From: <a href="mailto:perspectivevision@gmail.com" target="_blank">perspectivevision@gmail.com</a><br>To: <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>

Date: Sun, 9 Oct 2011 14:42:15 -0700<br>Subject: Re: [theme-reviewers] theme_update_available<br><br>Dion ...<br><br>I will add a short PS to my earlier reply; for anyone that might encounter this in the future. To confirm that having multiple versions of the same theme installed would prevent the upgrade message from appearing when a newer version of a theme is available; as soon as I deleted the older versions of the theme on the test install ... Voila!!  the upgrade message appeared !! <br>



<br>thx again<br><br clear="all"><b style="color:rgb(0, 102, 0)"><span style="font-family:trebuchet ms,sans-serif">Best Regards</span><br style="font-family:trebuchet ms,sans-serif"><span style="font-family:trebuchet ms,sans-serif">Tom Matteson</span></b><br style="font-family:trebuchet ms,sans-serif">



<span style="font-family:trebuchet ms,sans-serif"></span><span style="font-family:trebuchet ms,sans-serif"><br></span><br>
<br><br><div>On Sun, Oct 9, 2011 at 4:12 AM, Dion Hulse (dd32) <span dir="ltr">&lt;<a href="mailto:wordpress@dd32.id.au" target="_blank">wordpress@dd32.id.au</a>&gt;</span> wrote:<br><blockquote style="padding-left:1ex">



<div>Alright.. Figured it out.. even if it took me a good 45minutes flipping back and forth between your site, the API code, and scratching my head!<br></div><div><br></div><div>The root cause of it is: You&#39;ve got multiple Themes called &#39;WordSmith Anvil&#39; on the installs in question.</div>





<div><br></div><div>Longer answer: WordPress includes a &quot;Trump Card&quot; system, whereby, if a theme attempts to use a name which has already been used by another theme on the site, the theme name gets suffixed with the theme directory. As a result, the theme update API is receiving a request looking for a theme called &#39;WordSmith Anvil/wordsmith-anvil&#39; with a slug of &#39;wordsmith-anvil&#39;.. Now, the Themes API doesn&#39;t know about that title.. and since it requires an exact match on both the Title and the Slug, it&#39;ll never respond with an update for that particular theme.</div>





<div><br></div><div>Take the other copy of the theme though, the one which WordPress read first and which took the &quot;WordSmith Anvil&quot; title, Well, it has a slug of &quot;wordsmith-anvil-theme-1.2.1&quot; and once again, which the update API doesn&#39;t know about (since it needs both the Title and Slug to match) will not receive an update either!</div>





<div><br></div><div>Finally.. You might now question why you don&#39;t see the  &quot;WordSmith Anvil/wordsmith-anvil&quot; title shown anywhere in the Admin.. Well, WordPress knows that that title isn&#39;t meaningful to you, so uses the raw Title instead of the &quot;Name&quot; (WordPress internally refers to themes by the unique &quot;Name&quot; rather than the directory slug for historical reasons).</div>





<div><br></div><div>I&#39;m not sure what can be done about this for the update API, It&#39;s entirely possible to work around it, but introduces issues on the client side (the wrong copy of the theme might be upgraded) and isn&#39;t a situation that 99% of users would ever come across.</div>





<div><br></div><div><br></div><div><b>tl;dr:</b> If you have multiple themes with the same name on a WordPress blog, There is a high chance that the updates will not be notified about, due to the internal name not matching the theme title (that the update API uses).</div>





<div><br></div><font color="#888888"><div>D</div></font><div><div></div><div><div><br></div><div>On 9 October 2011 21:44, Tom Matteson <span dir="ltr">&lt;<a href="mailto:perspectivevision@gmail.com" target="_blank">perspectivevision@gmail.com</a>&gt;</span> wrote:<br>





<blockquote style="padding-left:1ex">Otto ...<br><br>Thx for pointing that out. Now that you mention it, that is what I recall having read. In fact, I think it was probably a post of yours I had read. Clearly, it makes more sense that each install will call home; rather than WP calling out to millions of installs. That, of course, would not be practical. <br>







<br>That being said, I am still trying to figure out why on my installs, the theme_update_available function seems to be getting bypassed or timing out only for my theme. At least it was reassuring to hear, per Dion, the update message appears to be displaying for this theme on other installs. I have addressed a couple other issues that were brought to my attention in this thread. However, I am not sure if any of those changes will have any impact the the function and the display of the update message. However, it has been less than 12 hours since I made these changes. <br>







<br>Thx to everyone that has responded.<br>

<br clear="all"><b style="color:rgb(0, 102, 0)"><span style="font-family:trebuchet ms,sans-serif">Best Regards</span><br style="font-family:trebuchet ms,sans-serif"><font color="#888888"><span style="font-family:trebuchet ms,sans-serif">Tom Matteson</span></font></b><div>





<div><br style="font-family:trebuchet ms,sans-serif">



<span style="font-family:trebuchet ms,sans-serif"><br></span><br>
<br><br><div>On Sat, Oct 8, 2011 at 9:41 PM, Otto <span dir="ltr">&lt;<a href="mailto:otto@ottodestruct.com" target="_blank">otto@ottodestruct.com</a>&gt;</span> wrote:<br><blockquote style="padding-left:1ex">







On Sat, Oct 8, 2011 at 8:14 PM, Tom Matteson<br>
&lt;<a href="mailto:perspectivevision@gmail.com" target="_blank">perspectivevision@gmail.com</a>&gt; wrote:<br>
&gt; My understanding is that WordPress.org runs a cron job twice a day that...<br>
<br>
No. Your own WP install runs its check, then stores the results in a<br>
transient with a 12 hour expiration time.<br>
<br>
So, if you just checked, and then change things around, it won&#39;t check<br>
again for another 12 hours. This is controlled by your system, not<br>
ours.<br>
<font color="#888888"><br>
-Otto<br>
</font><div><div>_______________________________________________<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>
</div></div></blockquote></div><br>
</div></div><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></blockquote></div><br>
</div></div><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></blockquote></div><br>
<br><br>--Forwarded Message Attachment--<br>From: <a href="mailto:farxangadur@hotmail.com" target="_blank">farxangadur@hotmail.com</a><br>To: <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>

Date: Mon, 10 Oct 2011 01:41:18 +0300<br>Subject: Re: [theme-reviewers] theme-reviewers Digest, Vol 17, Issue 35<br><br>

<div dir="ltr"><br>From: <a href="mailto:theme-reviewers-request@lists.wordpress.org" target="_blank">theme-reviewers-request@lists.wordpress.org</a><br>Subject: theme-reviewers Digest, Vol 17, Issue 35<br>To: <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>

Date: Sun, 9 Oct 2011 12:00:02 +0000<br><br><pre>Send theme-reviewers mailing list submissions to<br>        <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br> <br>To subscribe or unsubscribe via the World Wide Web, visit<br>

        <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>or, via email, send a message with subject or body &#39;help&#39; to<br>

        <a href="mailto:theme-reviewers-request@lists.wordpress.org" target="_blank">theme-reviewers-request@lists.wordpress.org</a><br> <br>You can reach the person managing the list at<br>        <a href="mailto:theme-reviewers-owner@lists.wordpress.org" target="_blank">theme-reviewers-owner@lists.wordpress.org</a><br>

 <br>When replying, please edit your Subject line so it is more specific<br>than &quot;Re: Contents of theme-reviewers digest...&quot;<br></pre><br><br>--Forwarded Message Attachment--<br>From: <a href="mailto:mario@peshev.net" target="_blank">mario@peshev.net</a><br>

To: <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>Date: Sun, 9 Oct 2011 14:07:15 +0300<br>Subject: Re: [theme-reviewers] Remore Me From this List<br><br><div dir="ltr">

<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><div><br></div><div>Bottom of the page - &quot;Unsubscribe or edit options&quot; button with your email. <br clear="all">


<div dir="ltr"><br>Mario Peshev<br>Training and Consulting Services @ DevriX<div><a href="http://www.linkedin.com/in/mpeshev" target="_blank">http://www.linkedin.com/in/mpeshev</a><br><a href="http://peshev.net/blog" target="_blank">http://peshev.net/blog</a><br>


</div></div><br>
<br><br><div>On Sun, Oct 9, 2011 at 2:03 PM, Margaret Harmon <span dir="ltr">&lt;<a href="mailto:margaretharmon62@yahoo.com" target="_blank">margaretharmon62@yahoo.com</a>&gt;</span> wrote:<br><blockquote style="border-left:1px #ccc solid;padding-left:1ex">


<div><div style="color:#000;background-color:#fff;font-family:bookman old style, new york, times, serif;font-size:14pt"><div>I am trying to get removed from this list.  Please advise how if this doesn&#39;t work.</div><div>


<br></div><font color="#888888"><div>Margaret Harmon</div></font></div></div><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></blockquote></div><br></div></div>
<br><br>--Forwarded Message Attachment--<br>From: <a href="mailto:wordpress@dd32.id.au" target="_blank">wordpress@dd32.id.au</a><br>To: <a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>

Date: Sun, 9 Oct 2011 22:12:18 +1100<br>Subject: Re: [theme-reviewers] theme_update_available<br><br><div>Alright.. Figured it out.. even if it took me a good 45minutes flipping back and forth between your site, the API code, and scratching my head!<br>

</div><div><br></div><div>The root cause of it is: You&#39;ve got multiple Themes called &#39;WordSmith Anvil&#39; on the installs in question.</div>

<div><br></div><div>Longer answer: WordPress includes a &quot;Trump Card&quot; system, whereby, if a theme attempts to use a name which has already been used by another theme on the site, the theme name gets suffixed with the theme directory. As a result, the theme update API is receiving a request looking for a theme called &#39;WordSmith Anvil/wordsmith-anvil&#39; with a slug of &#39;wordsmith-anvil&#39;.. Now, the Themes API doesn&#39;t know about that title.. and since it requires an exact match on both the Title and the Slug, it&#39;ll never respond with an update for that particular theme.</div>



<div><br></div><div>Take the other copy of the theme though, the one which WordPress read first and which took the &quot;WordSmith Anvil&quot; title, Well, it has a slug of &quot;wordsmith-anvil-theme-1.2.1&quot; and once again, which the update API doesn&#39;t know about (since it needs both the Title and Slug to match) will not receive an update either!</div>



<div><br></div><div>Finally.. You might now question why you don&#39;t see the  &quot;WordSmith Anvil/wordsmith-anvil&quot; title shown anywhere in the Admin.. Well, WordPress knows that that title isn&#39;t meaningful to you, so uses the raw Title instead of the &quot;Name&quot; (WordPress internally refers to themes by the unique &quot;Name&quot; rather than the directory slug for historical reasons).</div>



<div><br></div><div>I&#39;m not sure what can be done about this for the update API, It&#39;s entirely possible to work around it, but introduces issues on the client side (the wrong copy of the theme might be upgraded) and isn&#39;t a situation that 99% of users would ever come across.</div>



<div><br></div><div><br></div><div><strong>tl;dr:</strong> If you have multiple themes with the same name on a WordPress blog, There is a high chance that the updates will not be notified about, due to the internal name not matching the theme title (that the update API uses).</div>



<div><br></div><div>D</div><div><br></div><div>On 9 October 2011 21:44, Tom Matteson <span dir="ltr">&lt;<a href="mailto:perspectivevision@gmail.com" target="_blank">perspectivevision@gmail.com</a>&gt;</span> wrote:<br>

<blockquote style="border-left:1px #ccc solid;padding-left:1ex">Otto ...<br><br>Thx for pointing that out. Now that you mention it, that is what I recall having read. In fact, I think it was probably a post of yours I had read. Clearly, it makes more sense that each install will call home; rather than WP calling out to millions of installs. That, of course, would not be practical. <br>





<br>That being said, I am still trying to figure out why on my installs, the theme_update_available function seems to be getting bypassed or timing out only for my theme. At least it was reassuring to hear, per Dion, the update message appears to be displaying for this theme on other installs. I have addressed a couple other issues that were brought to my attention in this thread. However, I am not sure if any of those changes will have any impact the the function and the display of the update message. However, it has been less than 12 hours since I made these changes. <br>





<br>Thx to everyone that has responded.<br>

<br clear="all"><b style="color:rgb(0, 102, 0)"><span style="font-family:trebuchet ms,sans-serif">Best Regards</span><br style="font-family:trebuchet ms,sans-serif"><font color="#888888"><span style="font-family:trebuchet ms,sans-serif">Tom Matteson</span></font></b><div>



<div><br style="font-family:trebuchet ms,sans-serif">



<span style="font-family:trebuchet ms,sans-serif"><br></span><br>
<br><br><div>On Sat, Oct 8, 2011 at 9:41 PM, Otto <span dir="ltr">&lt;<a href="mailto:otto@ottodestruct.com" target="_blank">otto@ottodestruct.com</a>&gt;</span> wrote:<br><blockquote style="padding-left:1ex">





On Sat, Oct 8, 2011 at 8:14 PM, Tom Matteson<br>
&lt;<a href="mailto:perspectivevision@gmail.com" target="_blank">perspectivevision@gmail.com</a>&gt; wrote:<br>
&gt; My understanding is that WordPress.org runs a cron job twice a day that...<br>
<br>
No. Your own WP install runs its check, then stores the results in a<br>
transient with a 12 hour expiration time.<br>
<br>
So, if you just checked, and then change things around, it won&#39;t check<br>
again for another 12 hours. This is controlled by your system, not<br>
ours.<br>
<font color="#888888"><br>
-Otto<br>
</font><div><div>_______________________________________________<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>
</div></div></blockquote></div><br>
</div></div><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></blockquote></div><br>
                                               </div>
                                               </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>