<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Warning Message For Self Customized Plugins</title>
	<atom:link href="http://wpengineer.com/warning-message-for-self-customized-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com/warning-message-for-self-customized-plugins/</link>
	<description>WordPress News, Hacks, Tipps, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Wed, 10 Mar 2010 23:00:15 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anthony Galli</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-3076</link>
		<dc:creator>Anthony Galli</dc:creator>
		<pubDate>Mon, 21 Dec 2009 05:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-3076</guid>
		<description>The simplest ideas are always the best... :)</description>
		<content:encoded><![CDATA[<p>The simplest ideas are always the best... <img src='http://wpengineer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Wednesday: 50 Links &#38; Resources from around the web &#124; Wordpress Guerrilla</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1633</link>
		<dc:creator>Wordpress Wednesday: 50 Links &#38; Resources from around the web &#124; Wordpress Guerrilla</dc:creator>
		<pubDate>Wed, 19 Aug 2009 16:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1633</guid>
		<description>[...] Warning message for self modified plugins [...]</description>
		<content:encoded><![CDATA[<p>[...] Warning message for self modified plugins [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Touesnard</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1586</link>
		<dc:creator>Brad Touesnard</dc:creator>
		<pubDate>Tue, 04 Aug 2009 04:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1586</guid>
		<description>I usually add &quot;10.&quot; to the plugin version so that the notice to update never comes up. For example, if the plugin is version 2.1.2 I would change it to 10.2.1.2.</description>
		<content:encoded><![CDATA[<p>I usually add "10." to the plugin version so that the notice to update never comes up. For example, if the plugin is version 2.1.2 I would change it to 10.2.1.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James John Malcolm</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1577</link>
		<dc:creator>James John Malcolm</dc:creator>
		<pubDate>Sat, 01 Aug 2009 12:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1577</guid>
		<description>Excellent!</description>
		<content:encoded><![CDATA[<p>Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ovidiu</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1540</link>
		<dc:creator>ovidiu</dc:creator>
		<pubDate>Wed, 22 Jul 2009 10:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1540</guid>
		<description>nice.
for wpmu use is_site_admin instead of is_admin though 
:-)</description>
		<content:encoded><![CDATA[<p>nice.<br />
for wpmu use is_site_admin instead of is_admin though<br /> <img src='http://wpengineer.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heiko</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1533</link>
		<dc:creator>Heiko</dc:creator>
		<pubDate>Tue, 21 Jul 2009 23:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1533</guid>
		<description>@scribu: plugin/theme modification detection is still one thing i&#039;m latently working on (with lower priority). This is necessary not only to avoid such cases Frank descibed, but also useful to detect modified plugins and/or themes hacked from outside using unknown exploits.
If this is reliable enough, i&#039;m sure, i will publish it.</description>
		<content:encoded><![CDATA[<p>@scribu: plugin/theme modification detection is still one thing i'm latently working on (with lower priority). This is necessary not only to avoid such cases Frank descibed, but also useful to detect modified plugins and/or themes hacked from outside using unknown exploits.<br />
If this is reliable enough, i'm sure, i will publish it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Kahoun</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1530</link>
		<dc:creator>Peter Kahoun</dc:creator>
		<pubDate>Tue, 21 Jul 2009 09:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1530</guid>
		<description>Interesting. Wouldn&#039;t be simpler to put the message into plugin&#039;s description.

(My way: prefix plugin&#039;s version with 666. so updates are not offered and I still know what version I use... And of course, modifications in code are properly marked to be able to upgrade as simply as possible. In my experience, adding actions or hooks instead of mod. a plugin&#039;s own code is rarely possible.)</description>
		<content:encoded><![CDATA[<p>Interesting. Wouldn't be simpler to put the message into plugin's description.</p>
<p>(My way: prefix plugin's version with 666. so updates are not offered and I still know what version I use... And of course, modifications in code are properly marked to be able to upgrade as simply as possible. In my experience, adding actions or hooks instead of mod. a plugin's own code is rarely possible.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scribu</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1527</link>
		<dc:creator>scribu</dc:creator>
		<pubDate>Mon, 20 Jul 2009 18:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1527</guid>
		<description>I simply add (MODIFIED) to the plugin name, as a heads-up.

A plugin that automatically detects customizations to plugins before updating them would be interesting.</description>
		<content:encoded><![CDATA[<p>I simply add (MODIFIED) to the plugin name, as a heads-up.</p>
<p>A plugin that automatically detects customizations to plugins before updating them would be interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wallace</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1521</link>
		<dc:creator>Wallace</dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1521</guid>
		<description>it would be better display automatically the modify date and time as well.</description>
		<content:encoded><![CDATA[<p>it would be better display automatically the modify date and time as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Cronin</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1520</link>
		<dc:creator>Stephen Cronin</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1520</guid>
		<description>Nice tip - I&#039;ve been caught by this before. 

Having said that, I&#039;m trying to be clever about this and create a companion plugin which uses filters (or even JQuery) to manipulate the  output of the original plugin, rather than customise the original, where possible (not always possible obviously).</description>
		<content:encoded><![CDATA[<p>Nice tip - I've been caught by this before. </p>
<p>Having said that, I'm trying to be clever about this and create a companion plugin which uses filters (or even JQuery) to manipulate the  output of the original plugin, rather than customise the original, where possible (not always possible obviously).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentino</title>
		<link>http://wpengineer.com/warning-message-for-self-customized-plugins/#comment-1519</link>
		<dc:creator>Valentino</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpengineer.com/?p=1486#comment-1519</guid>
		<description>woah! that&#039;s great! I really hate when I accidentally subscribe a customized plugin...</description>
		<content:encoded><![CDATA[<p>woah! that's great! I really hate when I accidentally subscribe a customized plugin...</p>
]]></content:encoded>
	</item>
</channel>
</rss>
