Thanks a lot Greg, i think it should work for <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">PressCrew.</span><div>I am also waiting for some other opinions.</div>
<div><div><br></div><div><b>Just Thinking:</b></div><div><br></div><div>Should there be another check with theme-slug before checking the version update in the WordPress core ?</div><div>Example: theme-slug AND author (or something else). It is just an idea, i am not that it is acceptable or not.</div>
<div><br><br><div class="gmail_quote">On Fri, Jun 29, 2012 at 3:51 PM, Greg Priday <span dir="ltr"><<a href="mailto:greg@siteorigin.com" target="_blank">greg@siteorigin.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
That one line should have been<br>
<br>
unset($checked_data->response[$theme_base]);<br>
<div class="HOEnZb"><div class="h5"><br>
On Fri, Jun 29, 2012 at 12:49 PM, Greg Priday <<a href="mailto:greg@siteorigin.com">greg@siteorigin.com</a>> wrote:<br>
> I'd suggest you tell PressCrew to include code that intercepts and<br>
> removes theme update information.<br>
><br>
> ===<br>
> add_filter('pre_set_site_transient_update_themes', 'infinity_remove_update');<br>
><br>
> function infinity_remove_update($checked_data) {<br>
> $theme_base = basename(get_template_directory());<br>
> unset($checked_data->response[]);<br>
> return $checked_data;<br>
> }<br>
> ===<br>
><br>
> Somewhere in their functions.php should do the trick. They'd obviously<br>
> need to check that though.<br>
><br>
> On Fri, Jun 29, 2012 at 12:32 PM, Mike Dave <<a href="mailto:designcoralblog@gmail.com">designcoralblog@gmail.com</a>> wrote:<br>
>> Hello Admin,<br>
>><br>
>> My Theme Infinity is available to public in WordPress Repo. I have submitted<br>
>> my theme by keeping the WordPress Guidelines in mind especially about name.<br>
>> I have searched the WordPress directory for the name "Infinity" and there<br>
>> was not any theme related to Infinity, so i decided to choose the name.<br>
>><br>
>> Now i have received an email from PressCrew and a part of email is as<br>
>> follows,<br>
>><br>
>><br>
>>> Congratulations on your Infinity WordPress Theme, it's looks great. Sadly<br>
>>> there's a big issue that has popped up for our WordPress project that has<br>
>>> the same name.<br>
>>> Our Infinity is also a free WordPress Theme and has been released about a<br>
>>> year ago (<a href="http://infinity.presscrew.com" target="_blank">http://infinity.presscrew.com</a>). We've build a great community of<br>
>>> users of the past year, and it has become a valuable tool our users.<br>
>>> Currently our theme is in beta 3 and thousands of people have downloaded it.<br>
>>> Why am I telling you this? Because today all our users got prompted to<br>
>>> update to a new version of Infinity through the WordPress dashboard. We were<br>
>>> extremely confused because we had not pushed out any update (since the theme<br>
>>> is not yet in the repo!). It turns out that it's actually WordPress thinking<br>
>>> that your version of Infinity is the theme that's being used by our users.<br>
>>> In practice this means that several of our users have accidently overwritten<br>
>>> our theme with yours. I don't have to tell you the implications this has for<br>
>>> our users.<br>
>><br>
>><br>
>><br>
>> So what you people suggest me about this issue.<br>
>> Waiting for response.<br>
>><br>
>> Take Care<br>
>><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>
><br>
><br>
><br>
> --<br>
> I make free WordPress themes<br>
> <a href="http://siteorigin.com" target="_blank">http://siteorigin.com</a><br>
> <a href="http://facebook.com/SiteOrigin" target="_blank">http://facebook.com/SiteOrigin</a><br>
> <a href="http://twitter.com/SiteOrigin" target="_blank">http://twitter.com/SiteOrigin</a><br>
<br>
<br>
<br>
--<br>
I make free WordPress themes<br>
<a href="http://siteorigin.com" target="_blank">http://siteorigin.com</a><br>
<a href="http://facebook.com/SiteOrigin" target="_blank">http://facebook.com/SiteOrigin</a><br>
<a href="http://twitter.com/SiteOrigin" target="_blank">http://twitter.com/SiteOrigin</a><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>
</div></div></blockquote></div><br></div></div>