<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: [Plugin: Codecolorer] Be smart about stripping leading whitespace</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Codecolorer] Be smart about stripping leading whitespace</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 04:32:48 +0000</pubDate>

<item>
<title>kpumuk on "[Plugin: Codecolorer] Be smart about stripping leading whitespace"</title>
<link>http://wordpress.org/support/topic/263670#post-1137585</link>
<pubDate>Tue, 14 Jul 2009 14:25:29 +0000</pubDate>
<dc:creator>kpumuk</dc:creator>
<guid isPermaLink="false">1137585@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you for your suggestion. Implemented in version 0.8.3. Could you send me a link to add it to changelog near your name? (and also your name, if FeepingCreature is not meet your requirements).
&#60;/p&#62;</description>
</item>
<item>
<title>FeepingCreature on "[Plugin: Codecolorer] Be smart about stripping leading whitespace"</title>
<link>http://wordpress.org/support/topic/263670#post-1050991</link>
<pubDate>Mon, 20 Apr 2009 15:26:37 +0000</pubDate>
<dc:creator>FeepingCreature</dc:creator>
<guid isPermaLink="false">1050991@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Remove leading and trailing empty lines, without removing leading whitespace on the first actual line.&#60;/p&#62;
&#60;p&#62;$ diff codecolorer.php.old codecolorer.php&#60;br /&#62;
220c220,221&#60;br /&#62;
&#38;lt;     $text = trim($text);&#60;br /&#62;
---&#60;br /&#62;
&#38;gt;     $text = preg_replace('/^( *\r?\n)+/', '', $text);&#60;br /&#62;
&#38;gt;     $text = preg_replace('/\r?\n *$/', '', $text);
&#60;/p&#62;</description>
</item>

</channel>
</rss>
