<?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 for soderlind.no</title>
	<atom:link href="http://soderlind.no/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://soderlind.no</link>
	<description>I code for fun</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:18:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on WordPress plugin: Remove &#8220;Comments are closed&#8221; by PerS</title>
		<link>http://soderlind.no/archives/2012/01/11/wordpress-plugin-remove-comments-are-closed/#comment-208159</link>
		<dc:creator>PerS</dc:creator>
		<pubDate>Wed, 01 Feb 2012 06:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=3098#comment-208159</guid>
		<description>Hi Alex,

No you don&#039;t have to localize it yourself, but you must choose a theme that has localization code. If the text in the theme is wrapped in __() or _e() functions, you are fine. 

If you give me the url to where you found the theme, I can check this for you. 

Btw, the default themes, Twenty Ten an Twenty Eleven, has localization code.</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>No you don&#8217;t have to localize it yourself, but you must choose a theme that has localization code. If the text in the theme is wrapped in __() or _e() functions, you are fine. </p>
<p>If you give me the url to where you found the theme, I can check this for you. </p>
<p>Btw, the default themes, Twenty Ten an Twenty Eleven, has localization code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress plugin: Remove &#8220;Comments are closed&#8221; by Alex</title>
		<link>http://soderlind.no/archives/2012/01/11/wordpress-plugin-remove-comments-are-closed/#comment-208157</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 01 Feb 2012 04:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=3098#comment-208157</guid>
		<description>If I want my WP theme to be only English do i need to localize to? I am a very beginner and the article you are referring for localization is too difficult to implement. I just want to remove comments are closed without touching any code. why can;t i do it? thank you.</description>
		<content:encoded><![CDATA[<p>If I want my WP theme to be only English do i need to localize to? I am a very beginner and the article you are referring for localization is too difficult to implement. I just want to remove comments are closed without touching any code. why can;t i do it? thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Front-end editor in WordPress 3.3 is easy by Derk</title>
		<link>http://soderlind.no/archives/2011/09/25/front-end-editor-in-wordpress-3-3/#comment-208138</link>
		<dc:creator>Derk</dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=1866#comment-208138</guid>
		<description>It seems i got it working: wp_editor($meta, $field[&#039;id&#039;], $settings ); did the trick! (After removing the htmlspecialchars)</description>
		<content:encoded><![CDATA[<p>It seems i got it working: wp_editor($meta, $field['id'], $settings ); did the trick! (After removing the htmlspecialchars)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Front-end editor in WordPress 3.3 is easy by Derk</title>
		<link>http://soderlind.no/archives/2011/09/25/front-end-editor-in-wordpress-3-3/#comment-208137</link>
		<dc:creator>Derk</dc:creator>
		<pubDate>Wed, 25 Jan 2012 10:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=1866#comment-208137</guid>
		<description>Pers,

Thanks for your feedback!

The htmlspecialchars line fixed the output issue, bold text is now display as bold text (without the strong tags).

In the admin however i still see tags instead of the actual mark-up!

Any ideas on that?</description>
		<content:encoded><![CDATA[<p>Pers,</p>
<p>Thanks for your feedback!</p>
<p>The htmlspecialchars line fixed the output issue, bold text is now display as bold text (without the strong tags).</p>
<p>In the admin however i still see tags instead of the actual mark-up!</p>
<p>Any ideas on that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Front-end editor in WordPress 3.3 is easy by PerS</title>
		<link>http://soderlind.no/archives/2011/09/25/front-end-editor-in-wordpress-3-3/#comment-208135</link>
		<dc:creator>PerS</dc:creator>
		<pubDate>Tue, 24 Jan 2012 21:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=1866#comment-208135</guid>
		<description>htmlspecialchars in line 27 in http://snippi.com/s/epf1yuk might be the reason you get the tags back instead of the markup.</description>
		<content:encoded><![CDATA[<p>htmlspecialchars in line 27 in <a href="http://snippi.com/s/epf1yuk" rel="nofollow">http://snippi.com/s/epf1yuk</a> might be the reason you get the tags back instead of the markup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Front-end editor in WordPress 3.3 is easy by PerS</title>
		<link>http://soderlind.no/archives/2011/09/25/front-end-editor-in-wordpress-3-3/#comment-208134</link>
		<dc:creator>PerS</dc:creator>
		<pubDate>Tue, 24 Jan 2012 17:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=1866#comment-208134</guid>
		<description>Ref grey background. I suspect that wp_editor inherits the background from its parent tag (the table you&#039;ve wrapped it in, i.e. class=&quot;form-table&quot;). Use firebug and see if that&#039;s the case. Btw, the closing TD after wp_editor is missing.

Ref showing markup, try this: wp_editor(esc_html($meta),$field[&#039;id&#039;], $settings );, also check what $meta really contains, is it html or is it &amp;ltTAG&gt;   

.. sorry for the hasty answer, got to run .. bbl</description>
		<content:encoded><![CDATA[<p>Ref grey background. I suspect that wp_editor inherits the background from its parent tag (the table you&#8217;ve wrapped it in, i.e. class=&#8221;form-table&#8221;). Use firebug and see if that&#8217;s the case. Btw, the closing TD after wp_editor is missing.</p>
<p>Ref showing markup, try this: wp_editor(esc_html($meta),$field['id'], $settings );, also check what $meta really contains, is it html or is it &amp;ltTAG&amp;gt;   </p>
<p>.. sorry for the hasty answer, got to run .. bbl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Front-end editor in WordPress 3.3 is easy by Derk</title>
		<link>http://soderlind.no/archives/2011/09/25/front-end-editor-in-wordpress-3-3/#comment-208133</link>
		<dc:creator>Derk</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=1866#comment-208133</guid>
		<description>The plugin doesnt give me a grey background!</description>
		<content:encoded><![CDATA[<p>The plugin doesnt give me a grey background!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Front-end editor in WordPress 3.3 is easy by Derk</title>
		<link>http://soderlind.no/archives/2011/09/25/front-end-editor-in-wordpress-3-3/#comment-208132</link>
		<dc:creator>Derk</dc:creator>
		<pubDate>Tue, 24 Jan 2012 15:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=1866#comment-208132</guid>
		<description>http://snippi.com/s/udullb4
http://snippi.com/s/epf1yuk

Thats parts of the code i use .. it works .. only the editor shows strong tags instead of the actual mark-up .. and that counts for all sorts of mark-up! The grey background doesnt even bother me that much in comparison to not being able to use plain HTML.

Help would be apriciated!</description>
		<content:encoded><![CDATA[<p><a href="http://snippi.com/s/udullb4" rel="nofollow">http://snippi.com/s/udullb4</a><br />
<a href="http://snippi.com/s/epf1yuk" rel="nofollow">http://snippi.com/s/epf1yuk</a></p>
<p>Thats parts of the code i use .. it works .. only the editor shows strong tags instead of the actual mark-up .. and that counts for all sorts of mark-up! The grey background doesnt even bother me that much in comparison to not being able to use plain HTML.</p>
<p>Help would be apriciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Front-end editor in WordPress 3.3 is easy by PerS</title>
		<link>http://soderlind.no/archives/2011/09/25/front-end-editor-in-wordpress-3-3/#comment-208131</link>
		<dc:creator>PerS</dc:creator>
		<pubDate>Tue, 24 Jan 2012 14:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=1866#comment-208131</guid>
		<description>Please post the code (settings array + wp_editor function) and I&#039;ll have a look. 

The problem with grey background &lt;a href=&quot;http://core.trac.wordpress.org/ticket/17144#comment:87&quot; rel=&quot;nofollow&quot;&gt;is mentioned in ticket 17144&lt;/a&gt;, but was solved,as I understand it, by using wp_editor()  and not calling the WP_Editor class.

Please check if you get a grey background using the &lt;a href=&quot;http://core.trac.wordpress.org/attachment/ticket/17144/test-wp-editor-3.3.php&quot; rel=&quot;nofollow&quot;&gt;test plugin&lt;/a&gt; attach to ticket 17144  (&lt;a href=&quot;http://core.trac.wordpress.org/raw-attachment/ticket/17144/test-wp-editor-3.3.php&quot; rel=&quot;nofollow&quot;&gt;download link&lt;/a&gt;)</description>
		<content:encoded><![CDATA[<p>Please post the code (settings array + wp_editor function) and I&#8217;ll have a look. </p>
<p>The problem with grey background <a href="http://core.trac.wordpress.org/ticket/17144#comment:87" rel="nofollow">is mentioned in ticket 17144</a>, but was solved,as I understand it, by using wp_editor()  and not calling the WP_Editor class.</p>
<p>Please check if you get a grey background using the <a href="http://core.trac.wordpress.org/attachment/ticket/17144/test-wp-editor-3.3.php" rel="nofollow">test plugin</a> attach to ticket 17144  (<a href="http://core.trac.wordpress.org/raw-attachment/ticket/17144/test-wp-editor-3.3.php" rel="nofollow">download link</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Front-end editor in WordPress 3.3 is easy by Derk</title>
		<link>http://soderlind.no/archives/2011/09/25/front-end-editor-in-wordpress-3-3/#comment-208130</link>
		<dc:creator>Derk</dc:creator>
		<pubDate>Tue, 24 Jan 2012 14:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://soderlind.no/?p=1866#comment-208130</guid>
		<description>And for some reason my output doesnt print a bold word, instead it prints  word </description>
		<content:encoded><![CDATA[<p>And for some reason my output doesnt print a bold word, instead it prints  word</p>
]]></content:encoded>
	</item>
</channel>
</rss>

