<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>WordPress Ideas &#187; Tag: line - Recent Posts</title>
		<link>http://wordpress.org/ideas/tags/line</link>
		<description>WordPress Ideas &#187; Tag: line - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 11:41:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/ideas/rss/tags/line" rel="self" type="application/rss+xml" />

		<item>
			<title>Samuel Wood (Otto) on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-15430</link>
			<pubDate>Thu, 25 Feb 2010 16:30:43 +0000</pubDate>
			<dc:creator>Samuel Wood (Otto)</dc:creator>
			<guid isPermaLink="false">15430@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Several other editor plugins exist already. And adding vertical space by hitting enter a bunch of times is the wrong way to do it.</p>
<p>Suggest closing.
</p>]]></description>
					</item>
		<item>
			<title>vaccine33hero on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-15093</link>
			<pubDate>Tue, 16 Feb 2010 08:13:18 +0000</pubDate>
			<dc:creator>vaccine33hero</dc:creator>
			<guid isPermaLink="false">15093@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>PPPPPPPPPLLLLLLLEEEEEEEAAAAAASSSSSSSSSEEEEEEEE</p>
<p>PUT THE LINE</p>
<p>BREAK</p>
<p>IN
</p>]]></description>
					</item>
		<item>
			<title>disable on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-14707</link>
			<pubDate>Sun, 10 Jan 2010 22:20:28 +0000</pubDate>
			<dc:creator>disable</dc:creator>
			<guid isPermaLink="false">14707@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>An essential fix.
</p>]]></description>
					</item>
		<item>
			<title>Alterity on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-14608</link>
			<pubDate>Tue, 05 Jan 2010 09:43:58 +0000</pubDate>
			<dc:creator>Alterity</dc:creator>
			<guid isPermaLink="false">14608@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>extremely annoying, I agree, and I thank adamsmith for the solution provided.
</p>]]></description>
					</item>
		<item>
			<title>adamsmith on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-14596</link>
			<pubDate>Mon, 04 Jan 2010 02:38:50 +0000</pubDate>
			<dc:creator>adamsmith</dc:creator>
			<guid isPermaLink="false">14596@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I had to edit formatting.php in order to keep wpautop() from removing my deliberate breaks. I commented out the following line which replaces two occurrences of BR separated only by whitespace with two newlines:</p>
<p><code>//$pee = preg_replace(&#39;&#124;&#60;br /&#62;\s*&#60;br /&#62;&#124;&#39;, &#34;\n\n&#34;, $pee);</code></p>
<p>Then, I commented out this line found towards the end of the function and replaced it with a version that exempts BRs from being removed:</p>
<p>Commented out:<br />
<code>//$pee = preg_replace(&#39;!&#60;br /&#62;(\s*&#60;/?(?:p&#124;li&#124;div&#124;dl&#124;dd&#124;dt&#124;th&#124;pre&#124;td&#124;ul&#124;ol)[^&#62;]*&#62;)!&#39;, &#39;$1&#39;, $pee);</code></p>
<p>Replaced with:<br />
<code>$pee = preg_replace(&#39;!(\s*&#60;/?(?:p&#124;li&#124;div&#124;dl&#124;dd&#124;dt&#124;th&#124;pre&#124;td&#124;ul&#124;ol)[^&#62;]*&#62;)!&#39;, &#39;$1&#39;, $pee);</code></p>
<p>This keeps wordpress from stripping the breaks, but it does not keep Tiny MCE from doing it if you go to visual mode. I peeked into the tiny MCE javascript and didn't like what I found--no comments, not even linebreaks in the code. I won't be editting that, I'll try the tinyMCE Advanced plugin recommended by shoregirl.
</p>]]></description>
					</item>
		<item>
			<title>shoregirl on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-14366</link>
			<pubDate>Sun, 13 Dec 2009 15:43:15 +0000</pubDate>
			<dc:creator>shoregirl</dc:creator>
			<guid isPermaLink="false">14366@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I use TinyMCE + the TinyMCE Advanced plugin (which also gives you good table options).</p>
<p>In the options setup for TinyMCE Advanced, there's a checkbox for "Stop removing the p and br tags..." which does exactly what it says. Works for me.
</p>]]></description>
					</item>
		<item>
			<title>kevinator on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-14249</link>
			<pubDate>Tue, 01 Dec 2009 15:37:05 +0000</pubDate>
			<dc:creator>kevinator</dc:creator>
			<guid isPermaLink="false">14249@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Thank you, grizzdesign.  Finally, a simple fix.
</p>]]></description>
					</item>
		<item>
			<title>ok12tay on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-14217</link>
			<pubDate>Thu, 26 Nov 2009 14:32:36 +0000</pubDate>
			<dc:creator>ok12tay</dc:creator>
			<guid isPermaLink="false">14217@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I use this:</p>
<p>&#60;br class="blank" /&#62;</p>
<p>Works like a charm on all my blogs.</p>
<p>Anyone tried Tiny MCE or other replacements?
</p>]]></description>
					</item>
		<item>
			<title>jacobwh on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-14148</link>
			<pubDate>Thu, 19 Nov 2009 08:47:52 +0000</pubDate>
			<dc:creator>jacobwh</dc:creator>
			<guid isPermaLink="false">14148@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I use this:</p>
<p>&#60;br class="blank" /&#62;</p>
<p>Works like a charm on all my blogs.</p>
<p>Anyone tried Tiny MCE or other replacements?
</p>]]></description>
					</item>
		<item>
			<title>emregoyce on "Let us force a line break"</title>
			<link>http://wordpress.org/ideas/topic/let-us-force-a-line-break/page/12#post-14066</link>
			<pubDate>Fri, 13 Nov 2009 21:24:03 +0000</pubDate>
			<dc:creator>emregoyce</dc:creator>
			<guid isPermaLink="false">14066@http://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I had to set up several templates and just play around with return, (shift) return, return, (shift) return. <a href="http://www.meganba.com/" title="NBA, Basketbol, NBA Forumu, Basketbol Forumu, NBA Live 2008, NBA 2K9, NBA 2k10 indir, NBA Videoları ">NBA</a>
</p>]]></description>
					</item>

	</channel>
</rss>
