<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Subscribe2 Plugin</title>
	<atom:link href="http://subscribe2.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://subscribe2.wordpress.com</link>
	<description>The best WordPress email subscription plugin</description>
	<pubDate>Thu, 15 May 2008 14:13:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>SMTP Mailer</title>
		<link>http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/</link>
		<comments>http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/#comments</comments>
		<pubDate>Thu, 15 May 2008 14:13:37 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Trouble Shooting]]></category>

		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=72</guid>
		<description><![CDATA[By far the majority of requests for help are still something to do with emails - mainly not sending! This is normally down to server restrictions that are based on limitations to recipients per email or time based choking.
One potential way around this might be to channel your emails via an SMTP server so the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>By far the majority of requests for help are <strong>still</strong> something to do with emails - mainly not sending! This is normally down to <strong>server restrictions</strong> that are based on limitations to recipients per email or time based choking.</p>
<p>One <strong>potential way around this</strong> might be to channel your emails via an SMTP server so the plugin below might be worth a try. <strong>Amend the plugin code</strong> below with your smtp server, your usewrname and password. <strong>Upload it</strong> and activate it then try sending your notifications. <strong>If it works send some kudos (or hard cash) my way!</strong> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<pre name="code" class="php">

&lt;?php
/*
Plugin Name: SMTP Mailer
Plugin URI: http://subscribe2.wordpress.com
Description: Allows wp_mail() to send via SMTP server.
Version: 1.0
Author: Matthew Robinson
Author URI: http://subscribe2.wordpress.com
*/

/*
Copyright (C) 2006-8 Matthew Robinson

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
http://www.gnu.org/licenses/gpl.html
*/

/*
Instructions
1/ Change &#039;smtp.domain.com&#039; to the server name of you out-going email server
2/ Change &#039;my_username&#039; to your email mailbox username
3/ Change &#039;my_password&#039; to your email mailbaox password
4/ Save this file and upload it to wp-content/plugins, then activate the plugin as normal
5/ Test is works by emailing a notification via Write-&gt;Subscribers in the Subscribe2 plugin
*/

add_action(&#039;phpmailer_init&#039;, &#039;wp_mail_to_smtp&#039;);

function wp_mail_to_smtp(&amp;$phpmailer) {
	$phpmailer-&gt;Mailer = &#039;smtp&#039;;
	$phpmailer-&gt;SMTPAuth = true;
	$phpmailer-&gt;Host = &#039;smtp.domain.com&#039;;
	$phpmailer-&gt;Port = &#039;25&#039;;
	$phpmailer-&gt;Username = &#039;my_username&#039;;
	$phpmailer-&gt;Password = &#039;my_password&#039;;
}
?&gt;
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/72/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/72/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=72&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2008/05/15/smtp-mailer/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Subscribe2 4.6</title>
		<link>http://subscribe2.wordpress.com/2008/04/22/subscribe2-46/</link>
		<comments>http://subscribe2.wordpress.com/2008/04/22/subscribe2-46/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 18:29:42 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=71</guid>
		<description><![CDATA[Version 4.6 of the Plugin is now available for download.
Version 4.6 is for WordPress 2.3.x and 2.5.x users only! This version has been tested on WordPress 2.5.
Users of WordPress 2.0.x should download Version 2.22 of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download Version 3.8.

This version contains the following improvements:

Fixed mis-reporting of server error [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Version 4.6</strong> of the Plugin is now available for <a href="http://wordpress.org/extend/plugins/subscribe2/">download</a>.</p>
<p>Version 4.6 is for <strong>WordPress 2.3.x and 2.5.x</strong> users only! This version has been tested on WordPress 2.5.</p>
<p>Users of WordPress 2.0.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.2.22.zip">Version 2.22</a> of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.3.8.zip">Version 3.8</a>.</p>
<p><span id="more-71"></span><br />
This version contains the following <strong>improvements</strong>:</p>
<ul>
<li>Fixed mis-reporting of server error when unsubscribing</li>
<li>Fixed fatal errors involving buttonsnap library</li>
<li>Improved database entry management for new subscribers</li>
<li>Fixed issue where Subscribe2 grabbed the first page from the database even if it wasn&#8217;t published</li>
<li>Fixed upgrade reporting for Debug and Uninstaller plugins</li>
</ul>
<p>There is still two <strong>known issues</strong> caused by glitches in the WordPress core files. A fix is <a href="http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/">discussed here</a> and the second issue (Profile pages) is <a href="http://trac.wordpress.org/ticket/6621">fixed</a> for WordPress 2.5.1.</p>
<p>If you use this plugin make a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=subscribe2%40prescriber%2eorg%2euk&amp;item_name=subscribe2&amp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=GBP&amp;bn=PP%2dDonationsBF&amp;charset=UTF%2d8">donation</a> to support future development!</p>
<p>To install correctly:</p>
<ol>
<li>Deactivate your exisiting Subscribe2 Plugin</li>
<li>Use FTP software to delete the old plugin and upload the new version</li>
<li>Ensure that the complete subscribe2 folder and buttonsnap.php file are uploaded</li>
<li>Activate the new version of the plugin</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/71/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/71/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=71&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2008/04/22/subscribe2-46/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Known Issues in Subscribe2 4.5</title>
		<link>http://subscribe2.wordpress.com/2008/04/07/known-issues-in-subscribe2-45/</link>
		<comments>http://subscribe2.wordpress.com/2008/04/07/known-issues-in-subscribe2-45/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 20:18:46 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=70</guid>
		<description><![CDATA[Well, it seems that WordPress 2.5 and Subscribe2 4.5 are being used massively judging by the rapid number of comments on the release of the latest version of this plugin  
There appear to be 4 major problems people are running into:

Fatal Errors
Missing Profile Page
Missing Emails
Altered Page Titles

Fatal Errors:
This is most likely being caused by [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, it seems that <strong>WordPress 2.5</strong> and <strong>Subscribe2 4.5</strong> are being used massively judging by the rapid number of comments on the release of the <a href="http://subscribe2.wordpress.com/2008/03/29/subscribe2-45/">latest version</a> of this plugin <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>There appear to be 4 major problems people are running into:</p>
<ol>
<li>Fatal Errors</li>
<li>Missing Profile Page</li>
<li>Missing Emails</li>
<li>Altered Page Titles</li>
</ol>
<p><strong>Fatal Errors:</strong></p>
<p>This is most likely being caused by conflicts with other plugins that use buttonsnap.php. To fix this look at around line 50 in subscribe2.php for the following code:</p>
<pre name="code" class="php">

require(ABSPATH . &#039;wp-content/plugins/subscribe2/include/buttonsnap.php&#039;);
</pre>
<p>And replace it with:</p>
<pre name="code" class="php">

if (!function_exists(buttonsnap_textbutton)) {
	require(ABSPATH . &#039;wp-content/plugins/subscribe2/include/buttonsnap.php&#039;);
}
</pre>
<p><strong>Missing Profile Page:</strong></p>
<p>This is a bug introduced by the new menu system in WordPress 2.5. Either use a Drop Down Menu Plugin or apply the <a href="http://trac.wordpress.org/ticket/6621">fix I submitted</a> to the trac.</p>
<p><strong>Missing Emails:</strong></p>
<p>I&#8217;ve gone back to using wp_mail() in this release and it&#8217;s working fine for me. If you are having problems go back to mail() by replacing instances of @wp_mail( with @mail( in the subscribe2.php file. Also, read <a href="http://subscribe2.wordpress.com/2007/05/03/bcc-header-troubleshooting/">this post</a> and contact your site host about <strong>email restrictions</strong> and ask them to look at the <strong>server logs</strong>.</p>
<p><strong>Altered Page Titles:</strong></p>
<p>Again, this is a bug in the WordPress code files. <a href="http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/">See here</a> for the fix.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=70&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2008/04/07/known-issues-in-subscribe2-45/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Subscribe2 4.5</title>
		<link>http://subscribe2.wordpress.com/2008/03/29/subscribe2-45/</link>
		<comments>http://subscribe2.wordpress.com/2008/03/29/subscribe2-45/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 15:59:47 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=69</guid>
		<description><![CDATA[Version 4.5 of the Plugin is now available for download. (A little earlier than I&#8217;d hoped but WordPress 2.5 is out!)
Version 4.5 is for WordPress 2.3.x and 2.5.x users only! This version has been tested on WordPress 2.3.3 and 2.5RC2.
Users of WordPress 2.0.x should download Version 2.22 of Subscribe2. Users of WordPress 2.1.x and 2.2.x [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Version 4.5</strong> of the Plugin is now available for <a href="http://wordpress.org/extend/plugins/subscribe2/">download</a>. (A little earlier than I&#8217;d hoped but <a href="http://wordpress.org/download/">WordPress 2.5</a> is out!)</p>
<p>Version 4.5 is for <strong>WordPress 2.3.x and 2.5.x</strong> users only! This version has been tested on WordPress 2.3.3 and 2.5RC2.</p>
<p>Users of WordPress 2.0.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.2.22.zip">Version 2.22</a> of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.3.8.zip">Version 3.8</a>.</p>
<p><span id="more-69"></span><br />
This version contains the following <strong>improvements</strong>:</p>
<ul>
<li><strong>Added Support for WordPress 2.5!</strong></li>
<li>Fixed HTML typo in admin submission message</li>
<li>Fixed time display for cron jobs in Options-&gt;Subscribe2 when displayed on blogs using a time offset</li>
<li>Added Debug plugin to the download package</li>
<li>Improved descriptions of email template keywords in Options-&gt;Subscribe2</li>
<li>Display subscribers in batches of 50 in Manage-&gt;Subscribers</li>
<li>Fixed some XHTML validation errors</li>
<li>Improved admin menu layout for compliance with WordPress 2.5</li>
<li>Reverted to using wp_mail instead of mail to ensure proper header encoding</li>
<li>Improved mail header formatting - thanks to Chris Carlson</li>
<li>Add ability to skip email notification using a Custom Field (s2mail set as &#8216;no&#8217;)</li>
<li>Improved CSV export - thanks to Aaron Axelsen</li>
<li>Added some compatibility for WPMU - thanks to Aaron Axelsen</li>
<li>Added some error feedback to blog users if mails fail to send</li>
<li>Moved Buttonsnap due to far to many fatal error complaints</li>
<li>Added option to send notifications for Private posts</li>
<li>Improved handling of notification for Password Protected Posts</li>
</ul>
<p>There is still one <strong>known issue</strong> caused by a glitch in the WordPress core files. A Fix is <a href="http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/">discussed here</a>.</p>
<p>If you use this plugin make a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=subscribe2%40prescriber%2eorg%2euk&amp;item_name=subscribe2&amp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=GBP&amp;bn=PP%2dDonationsBF&amp;charset=UTF%2d8">donation</a> to support future development!</p>
<p>To install correctly:</p>
<ol>
<li>Deactivate your exisiting Subscribe2 Plugin</li>
<li>Use FTP software to delete the old plugin and upload the new version</li>
<li>Ensure that the complete subscribe2 folder and buttonsnap.php file are uploaded</li>
<li>Activate the new version of the plugin</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/69/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/69/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=69&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2008/03/29/subscribe2-45/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Next Version</title>
		<link>http://subscribe2.wordpress.com/2008/03/07/next-version/</link>
		<comments>http://subscribe2.wordpress.com/2008/03/07/next-version/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 12:14:56 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://subscribe2.wordpress.com/?p=68</guid>
		<description><![CDATA[I&#8217;m hoping to release a new version of Subscribe2 in the coming week but I would like a few volunteers to test the new version first.
In this latest version I have:

Changed the Manage-&#62;Subscribers screen to show subscribers in batches of 50
Updated the QuickTag button code to work with WordPress 2.5
Added an option to not send [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m hoping to release a <strong>new version</strong> of Subscribe2 in the <strong>coming week</strong> but I would like a <strong>few volunteers</strong> to <strong>test</strong> the new version first.</p>
<p>In this latest version I have:</p>
<ul>
<li>Changed the Manage-&gt;Subscribers screen to show subscribers in batches of 50</li>
<li>Updated the QuickTag button code to work with WordPress 2.5</li>
<li>Added an option to not send a notification on a per-post basis</li>
</ul>
<p>The last of these involves using a <a href="http://codex.wordpress.org/Using_Custom_Fields">custom field</a> of &#8220;s2mail&#8221; set to &#8220;No&#8221; (case insensitive).</p>
<p>All of these features need a <strong>little testing in a wider audience</strong> before being released in the wild so if you are <strong>interested and comfortable testing code</strong> and debugging please <strong>post a comment</strong> below.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/68/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/68/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=68&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2008/03/07/next-version/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Subscribe2 4.4</title>
		<link>http://subscribe2.wordpress.com/2008/01/16/subscribe2-44/</link>
		<comments>http://subscribe2.wordpress.com/2008/01/16/subscribe2-44/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 20:16:06 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://subscribe2.wordpress.com/2007/12/28/translations-3/</guid>
		<description><![CDATA[Version 4.4 of the Plugin is now available for download.
Version 4.4 is for WordPress 2.3.x users only! This version has been tested on WordPress 2.3.2. This version has been released very close to the previous version due to some critical bugs that have been fixed in the cron handling functions.
Users of WordPress 2.0.x should download [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Version 4.4</strong> of the Plugin is now available for <a href="http://wordpress.org/extend/plugins/subscribe2/">download</a>.</p>
<p>Version 4.4 is for <strong>WordPress 2.3.x</strong> users only! This version has been tested on WordPress 2.3.2. This version has been released very close to the previous version due to some <strong>critical bugs</strong> that have been <strong>fixed</strong> in the cron handling functions.</p>
<p>Users of WordPress 2.0.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.2.22.zip">Version 2.22</a> of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.3.8.zip">Version 3.8</a>.</p>
<p><span id="more-66"></span><br />
This version contains the following <strong>improvements</strong>:</p>
<ul>
<li>Fixed non-substitution of TABLE keyword</li>
<li>Fixed bug in usermeta update calls in unsubscribe_registered_users function</li>
<li>Fixed bug in array handling in cron function that may have stopped emails sending</li>
<li>Improved array handling in the Digest function</li>
<li>Added an Un-installer to completely removed Subscribe2 from your WordPress install</li>
</ul>
<p>There are still 2 <strong>known issues</strong> caused by glitches in the WordPress core files. Fixes are <a href="http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/">discussed here</a>.</p>
<p>If you use this plugin make a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=subscribe2%40prescriber%2eorg%2euk&amp;item_name=subscribe2&amp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=GBP&amp;bn=PP%2dDonationsBF&amp;charset=UTF%2d8">donation</a> to support future development!</p>
<p>To install correctly:</p>
<ol>
<li>Deactivate your exisiting Subscribe2 Plugin</li>
<li>Use FTP software to delete the old plugin and upload the new version</li>
<li>Ensure that the complete subscribe2 folder and buttonsnap.php file are uploaded</li>
<li>Activate the new version of the plugin</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=66&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2008/01/16/subscribe2-44/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Subscribe2 4.3</title>
		<link>http://subscribe2.wordpress.com/2008/01/08/subscribe2-43/</link>
		<comments>http://subscribe2.wordpress.com/2008/01/08/subscribe2-43/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 20:20:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://subscribe2.wordpress.com/2008/01/08/subscribe2-43/</guid>
		<description><![CDATA[Version 4.3 of the Plugin is now available for download.
Version 4.3 is for WordPress 2.3.x users only! This version has been tested on WordPress 2.3.1
Users of WordPress 2.0.x should download Version 2.22 of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download Version 3.8.

This version contains the following improvements:

Fixed bug where digest emails were sent [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Version 4.3</strong> of the Plugin is now available for <a href="http://wordpress.org/extend/plugins/subscribe2/">download</a>.</p>
<p>Version 4.3 is for <strong>WordPress 2.3.x</strong> users only! This version has been tested on WordPress 2.3.1</p>
<p>Users of WordPress 2.0.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.2.22.zip">Version 2.22</a> of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.3.8.zip">Version 3.8</a>.</p>
<p><span id="more-65"></span><br />
This version contains the following <strong>improvements</strong>:</p>
<ul>
<li>Fixed bug where digest emails were sent to unsubscribed users - Thanks to Mr Papa</li>
<li>Stripped slashes from Subject when sending from Write-&gt;Mail Subscribers - Thanks to James</li>
<li>Ensured all admin pages created by Subscribe2 are valid XHTML 1.0 Transitional code</li>
<li>Added default mail templates and other missed string values to i18n files to allow easier first time translation - thanks to Kjell</li>
<li>Added option to set the hour for digest email notifications provided the schedule interval is one day or greater</li>
<li>Moved option variable declaration to ensure better caching</li>
<li>Fixed bug where cron tasks were not removed when options were reset</li>
<li>Fixed email notifications for future dated posts</li>
<li>Fixed QuickTag Icons and mouse-over floating text</li>
</ul>
<p>There are still 2 <strong>known issues</strong> caused by glitches in the WordPress core files. Fixes are <a href="http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/">discussed here</a>.</p>
<p>If you use this plugin make a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=subscribe2%40prescriber%2eorg%2euk&amp;item_name=subscribe2&amp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=GBP&amp;bn=PP%2dDonationsBF&amp;charset=UTF%2d8">donation</a> to support future development!</p>
<p>To install correctly:</p>
<ol>
<li>Deactivate your exisiting Subscribe2 Plugin</li>
<li>Use FTP software to delete the old plugin and upload the new version</li>
<li>Ensure that the complete subscribe2 folder and buttonsnap.php file are uploaded</li>
<li>Activate the new version of the plugin</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=65&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2008/01/08/subscribe2-43/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Subscribe2 4.2</title>
		<link>http://subscribe2.wordpress.com/2007/11/20/subscribe2-42/</link>
		<comments>http://subscribe2.wordpress.com/2007/11/20/subscribe2-42/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 16:29:54 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://subscribe2.wordpress.com/2007/11/20/subscribe2-42/</guid>
		<description><![CDATA[Version 4.2 of the Plugin is now available for download.
Version 4.2 is for WordPress 2.3.x users only! This version has been tested on WordPress 2.3.1
Users of WordPress 2.0.x should download Version 2.22 of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download Version 3.8.

This version contains the following improvements:

Added translation capability to user feedback strings [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Version 4.2</strong> of the Plugin is now available for <a href="http://wordpress.org/extend/plugins/subscribe2/">download</a>.</p>
<p>Version 4.2 is for <strong>WordPress 2.3.x</strong> users only! This version has been tested on WordPress 2.3.1</p>
<p>Users of WordPress 2.0.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.2.22.zip">Version 2.22</a> of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.3.8.zip">Version 3.8</a>.</p>
<p><span id="more-64"></span><br />
This version contains the following <strong>improvements</strong>:</p>
<ul>
<li>Added translation capability to user feedback strings - thanks to Lise</li>
<li>Corrected some other translation strings</li>
<li>Fixed bug in notification emails to admins when new users subscribe</li>
<li>Updated default options code</li>
</ul>
<p>There are still 2 <strong>known issues</strong> caused by glitches in the WordPress core files. Fixes are <a href="http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/">discussed here</a>.</p>
<p>If you use this plugin make a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=subscribe2%40prescriber%2eorg%2euk&amp;item_name=subscribe2&amp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=GBP&amp;bn=PP%2dDonationsBF&amp;charset=UTF%2d8">donation</a> to support future development!</p>
<p>To install correctly:</p>
<ol>
<li>Deactivate your exisiting Subscribe2 Plugin</li>
<li>Use FTP software to delete the old plugin and upload the new version</li>
<li>Ensure that the complete subscribe2 folder and buttonsnap.php file are uploaded</li>
<li>Activate the new version of the plugin</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/64/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/64/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=64&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2007/11/20/subscribe2-42/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Subscribe2 4.1</title>
		<link>http://subscribe2.wordpress.com/2007/11/02/subscribe2-41/</link>
		<comments>http://subscribe2.wordpress.com/2007/11/02/subscribe2-41/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 20:09:09 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://subscribe2.wordpress.com/2007/11/02/subscribe2-41/</guid>
		<description><![CDATA[Version 4.1 of the Plugin is now available for download.
Version 4.1 is for WordPress 2.3.x users only! This version has been tested on WordPress 2.3.1 and 2.3.0
Users of WordPress 2.0.x should download Version 2.22 of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download Version 3.8.

This version contains the following improvements:

Fixed sending of notifications for [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Version 4.1</strong> of the Plugin is now available for <a href="http://wordpress.org/extend/plugins/subscribe2/">download</a>.</p>
<p>Version 4.1 is for <strong>WordPress 2.3.x</strong> users only! This version has been tested on WordPress 2.3.1 and 2.3.0</p>
<p>Users of WordPress 2.0.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.2.22.zip">Version 2.22</a> of Subscribe2. Users of WordPress 2.1.x and 2.2.x should download <a href="http://downloads.wordpress.org/plugin/subscribe2.3.8.zip">Version 3.8</a>.</p>
<p><span id="more-63"></span><br />
This version contains the following <strong>improvements</strong>:</p>
<ul>
<li>Fixed sending of notifications for Pages</li>
<li>Fixed password protected post bug for Digest email notifications</li>
<li>Fixed blank email headers if admin data is not at ID 1</li>
</ul>
<p>There are still 2 <strong>known issues</strong> caused by glitches in the WordPress core files. Fixes are <a href="http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/">discussed here</a>.</p>
<p>If you use this plugin make a <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=subscribe2%40prescriber%2eorg%2euk&amp;item_name=subscribe2&amp;no_shipping=1&amp;no_note=1&amp;tax=0&amp;currency_code=GBP&amp;bn=PP%2dDonationsBF&amp;charset=UTF%2d8">donation</a> to support future development!</p>
<p>To install correctly:</p>
<ol>
<li>Deactivate your exisiting Subscribe2 Plugin</li>
<li>Use FTP software to delete the old plugin and upload the new version</li>
<li>Ensure that the complete subscribe2 folder and buttonsnap.php file are uploaded</li>
<li>Activate the new version of the plugin</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=63&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2007/11/02/subscribe2-41/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Known Issues and Fixes</title>
		<link>http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/</link>
		<comments>http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 20:55:29 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Plugin]]></category>

		<category><![CDATA[Trouble Shooting]]></category>

		<guid isPermaLink="false">http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/</guid>
		<description><![CDATA[There are currently two known issues with Subscribe2 and it&#8217;s features that are being caused by the core WordPress files. If you feel comfortable editing PHP code here are the fixes:
Issue 1: Upon activating the plugin you may get an error regarding openbase_dir
Issue 1 has been fixed by an update to the WordPress core files.
To [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There are currently <strong>two known issues</strong> with Subscribe2 and it&#8217;s features that are being caused by the core WordPress files. If you feel <strong>comfortable editing PHP</strong> code here are the <strong>fixes</strong>:</p>
<p><del datetime="00"><strong>Issue 1:</strong> Upon activating the plugin you may get an error regarding openbase_dir</del></p>
<p><strong>Issue 1 has been fixed by an update to the WordPress core files.</strong></p>
<p>To resolve this issue locate the file <strong>install-helper.php</strong> in <strong>wp-admin</strong>. On line 2 you&#8217;ll find the following<br />
<code>require_once ('../wp-config.php');<br />
</code><br />
Change this to:<br />
<code>require_once (dirname(dirname(__FILE__)).'/wp-config.php');<br />
</code></p>
<p><strong>Issue 2:</strong> When a Subscriber confirms a subscribption the webpage shown will replace the names of all your pages with “Subscription Confirmed”</p>
<p>To resolve this issue you have two options:</p>
<p><strong>Option 1:</strong> Comment out line 2183 in Subscribe2.php.</p>
<p>Change it from:<br />
<code>add_filter('the_title', array(&amp;$this, 'title_filter'));</code></p>
<p>To:<br />
<code>//add_filter('the_title', array(&amp;$this, 'title_filter'));</code></li>
<p><strong>Option 2:</strong> Locate <strong>classes.php</strong> in <strong>wp-includes </strong> and edit line 521. </p>
<p>Change it from:<br />
<code>$output .= $indent . '&lt;li class="' . $css_class . '"&gt;&lt;a&gt;ID) . '" title="' . attribute_escape(apply_filters('the_title', $page-&gt;post_title)) . '"&gt;' . apply_filters('the_title', $page-&gt;post_title) . '&lt;/a&gt;';</code></p>
<p>To:<br />
<code>$output .= $indent . '&lt;li class="' . $css_class . '"&gt;&lt;a&gt;ID) . '" title="' . attribute_escape($page-&gt;post_title) . '"&gt;' . $page-&gt;post_title . '&lt;/a&gt;';</code></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/subscribe2.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/subscribe2.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/subscribe2.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/subscribe2.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/subscribe2.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/subscribe2.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/subscribe2.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/subscribe2.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/subscribe2.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/subscribe2.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/subscribe2.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/subscribe2.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=subscribe2.wordpress.com&blog=393493&post=62&subd=subscribe2&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://subscribe2.wordpress.com/2007/10/30/known-issues-and-fixes/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/prescriber-128.jpg" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
	</channel>
</rss>