<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.12-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: An Ideal WordPress User</title>
	<link>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/</link>
	<description>Minimalism in blogging: an experiment out of control</description>
	<pubDate>Fri, 16 May 2008 13:25:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.12-alpha</generator>

	<item>
		<title>by: adam</title>
		<link>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-316761</link>
		<pubDate>Thu, 15 May 2008 16:01:33 +0000</pubDate>
		<guid>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-316761</guid>
					<description>ah, yeah, forgot about that.  my plugin also includes: 
&lt;code&gt;// Disable core update, by John Blackbourn
add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ) );&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>ah, yeah, forgot about that.  my plugin also includes:<br />
<code>// Disable core update, by John Blackbourn<br />
add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ) );</code>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kirk M</title>
		<link>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-308645</link>
		<pubDate>Thu, 01 May 2008 23:32:56 +0000</pubDate>
		<guid>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-308645</guid>
					<description>Adam,

Funny thing happened. I tried out your code as a plugin and it triggered the "Update to 2.5.1 Now" alert in my Admin. I had to chuckle at that one, you could really mess with someone's unsuspecting mind that way. :D</description>
		<content:encoded><![CDATA[<p>Adam,</p>
<p>Funny thing happened. I tried out your code as a plugin and it triggered the &#8220;Update to 2.5.1 Now&#8221; alert in my Admin. I had to chuckle at that one, you could really mess with someone&#8217;s unsuspecting mind that way. <img src='http://www.plaintxt.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: adam</title>
		<link>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-307338</link>
		<pubDate>Wed, 30 Apr 2008 21:48:04 +0000</pubDate>
		<guid>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-307338</guid>
					<description>@kirk - 

yes, you can put that in a file with a basic plugin header, and it will do you just fine.  you can also put it in your theme's &lt;code&gt;functions.php&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@kirk - </p>
<p>yes, you can put that in a file with a basic plugin header, and it will do you just fine.  you can also put it in your theme&#8217;s <code>functions.php</code>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kirk M</title>
		<link>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-307105</link>
		<pubDate>Wed, 30 Apr 2008 17:27:18 +0000</pubDate>
		<guid>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-307105</guid>
					<description>Always glad to pass on a favor, that's what it's all about isn't it? Thanks for the write up, Scott! 

About Adam's (Hey Adam) code change, would that be worth using in the plugin? And if it would, does it have to be changed any? One of these days I'll be PHP savvy enough to answer these questions myself but right now, I'm stuck with asking. :P</description>
		<content:encoded><![CDATA[<p>Always glad to pass on a favor, that&#8217;s what it&#8217;s all about isn&#8217;t it? Thanks for the write up, Scott! </p>
<p>About Adam&#8217;s (Hey Adam) code change, would that be worth using in the plugin? And if it would, does it have to be changed any? One of these days I&#8217;ll be PHP savvy enough to answer these questions myself but right now, I&#8217;m stuck with asking. <img src='http://www.plaintxt.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Scott</title>
		<link>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-306916</link>
		<pubDate>Wed, 30 Apr 2008 13:30:55 +0000</pubDate>
		<guid>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-306916</guid>
					<description>Good call, Adam. I agree that removing the WordPress generator/version doesn't make your blog/database more secure, but rather limits targeted attacks or at least makes the process more opaque, which is a fine thing I suppose.

Yours actually is much more thorough with cleaning the version number out and might be a more Automattic-friendly way of going about things. ;-)</description>
		<content:encoded><![CDATA[<p>Good call, Adam. I agree that removing the WordPress generator/version doesn&#8217;t make your blog/database more secure, but rather limits targeted attacks or at least makes the process more opaque, which is a fine thing I suppose.</p>
<p>Yours actually is much more thorough with cleaning the version number out and might be a more Automattic-friendly way of going about things. <img src='http://www.plaintxt.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: adam</title>
		<link>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-306870</link>
		<pubDate>Wed, 30 Apr 2008 12:30:51 +0000</pubDate>
		<guid>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-306870</guid>
					<description>Interesting, I've been using the following code to empty the version string for a while now, based on a post on blogsecurity:

&lt;pre&gt;// empty the wordpress version information
add_action("init","bs_wp_noversion",1);
function bs_wp_noversion() {
	global $wp_version;
	$wp_version = "";
}&lt;/pre&gt;

I don't mind having a wordpress generator link, but the version isn't something that should be shared.</description>
		<content:encoded><![CDATA[<p>Interesting, I&#8217;ve been using the following code to empty the version string for a while now, based on a post on blogsecurity:</p>
<pre>// empty the wordpress version information
add_action("init","bs_wp_noversion",1);
function bs_wp_noversion() {
	global $wp_version;
	$wp_version = "";
}</pre>
<p>I don&#8217;t mind having a wordpress generator link, but the version isn&#8217;t something that should be shared.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: CodeScheme</title>
		<link>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-306779</link>
		<pubDate>Wed, 30 Apr 2008 11:03:27 +0000</pubDate>
		<guid>http://www.plaintxt.org/2008/04/29/an-ideal-wordpress-user/#comment-306779</guid>
					<description>&lt;strong&gt;WordPress mask version display plugin...&lt;/strong&gt;

Further to the discussion here, over the source display of WordPress version, imposed on  users of the default install of WordPress 2.5 - a plugin to regain a little control.
......</description>
		<content:encoded><![CDATA[<p><strong>WordPress mask version display plugin&#8230;</strong></p>
<p>Further to the discussion here, over the source display of WordPress version, imposed on  users of the default install of WordPress 2.5 - a plugin to regain a little control.<br />
&#8230;&#8230;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
