<?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 on: Plugin to fix 10px addition in WP image captions</title>
	<atom:link href="https://rathercurious.no3.co.uk/archives/268/feed" rel="self" type="application/rss+xml" />
	<link>https://rathercurious.no3.co.uk/archives/268</link>
	<description>A home for my coding projects</description>
	<lastBuildDate>Fri, 26 Feb 2010 22:24:46 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.16</generator>
	<item>
		<title>By: Justin</title>
		<link>https://rathercurious.no3.co.uk/archives/268/comment-page-1#comment-9325</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=268#comment-9325</guid>
		<description><![CDATA[@Spencer (again)
in case you are talking about the gallery function, i believe the top 10px margin is injected via a css rule. 
you can filter this at the post_gallery level or just the css at the gallery_style hook]]></description>
		<content:encoded><![CDATA[<p>@Spencer (again)<br />
in case you are talking about the gallery function, i believe the top 10px margin is injected via a css rule.<br />
you can filter this at the post_gallery level or just the css at the gallery_style hook</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>https://rathercurious.no3.co.uk/archives/268/comment-page-1#comment-9323</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=268#comment-9323</guid>
		<description><![CDATA[for those wanting to you this plugin with php4, i was perhaps overly trite in my response that you could not do so.  

wherever you see the words &#039;public function&#039;, delete the word public.  and change public $xs to var $xs.  those changes should make php4 play nice too.]]></description>
		<content:encoded><![CDATA[<p>for those wanting to you this plugin with php4, i was perhaps overly trite in my response that you could not do so.  </p>
<p>wherever you see the words &#8216;public function&#8217;, delete the word public.  and change public $xs to var $xs.  those changes should make php4 play nice too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>https://rathercurious.no3.co.uk/archives/268/comment-page-1#comment-9322</link>
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=268#comment-9322</guid>
		<description><![CDATA[Hi Spencer
it&#039;s not a bug i&#039;m afraid.  it&#039;s a deliberate style choice applied by the core devs. 
the code is at line 623 of wp-includes/media.php.

when you say &#039;filter the output in TinyMCE&#039; can you give me an example?  the img_caption_shortcode is the only place i have found where the arbitrary 10px is included.]]></description>
		<content:encoded><![CDATA[<p>Hi Spencer<br />
it&#8217;s not a bug i&#8217;m afraid.  it&#8217;s a deliberate style choice applied by the core devs.<br />
the code is at line 623 of wp-includes/media.php.</p>
<p>when you say &#8216;filter the output in TinyMCE&#8217; can you give me an example?  the img_caption_shortcode is the only place i have found where the arbitrary 10px is included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C. Spencer Beggs</title>
		<link>https://rathercurious.no3.co.uk/archives/268/comment-page-1#comment-9297</link>
		<dc:creator><![CDATA[C. Spencer Beggs]]></dc:creator>
		<pubDate>Wed, 17 Feb 2010 17:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=268#comment-9297</guid>
		<description><![CDATA[This plugin is a great fix for such an annoying WordPress bug. I noticed that the 10px is also added to images inside the WYSIWYG editor. Is there a way to filter the output in TinyMCE as well?]]></description>
		<content:encoded><![CDATA[<p>This plugin is a great fix for such an annoying WordPress bug. I noticed that the 10px is also added to images inside the WYSIWYG editor. Is there a way to filter the output in TinyMCE as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giraldi Maggio</title>
		<link>https://rathercurious.no3.co.uk/archives/268/comment-page-1#comment-7887</link>
		<dc:creator><![CDATA[Giraldi Maggio]]></dc:creator>
		<pubDate>Wed, 23 Dec 2009 14:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://rathercurious.net/?p=268#comment-7887</guid>
		<description><![CDATA[For those who had to use PHP4, you can resort to this instead:

http://wpengineer.com/filter-caption-shortcode-in-wordpress/]]></description>
		<content:encoded><![CDATA[<p>For those who had to use PHP4, you can resort to this instead:</p>
<p><a href="http://wpengineer.com/filter-caption-shortcode-in-wordpress/" rel="nofollow">http://wpengineer.com/filter-caption-shortcode-in-wordpress/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
