<?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: Bug Fix to Preserve Encoded HTML Characters in Post Body Between Edits</title>
	<atom:link href="http://billymg.com/2019/11/bug-fix-to-preserve-encoded-html-characters-in-post-body-between-edits/feed/" rel="self" type="application/rss+xml" />
	<link>http://billymg.com/2019/11/bug-fix-to-preserve-encoded-html-characters-in-post-body-between-edits/</link>
	<description></description>
	<pubDate>Wed, 15 Apr 2026 08:10:38 +0000</pubDate>
	<generator>http://polimedia.us</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Footnote callback tooltips for MP-WP thetarpit Markdown plugin &#171; The Tar Pit</title>
		<link>http://billymg.com/2019/11/bug-fix-to-preserve-encoded-html-characters-in-post-body-between-edits/comment-page-1/#comment-105</link>
		<dc:creator>Footnote callback tooltips for MP-WP thetarpit Markdown plugin &#171; The Tar Pit</dc:creator>
		<pubDate>Fri, 21 Feb 2020 09:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=47#comment-105</guid>
		<description>[...] mp-wp_apply-htmlspecialchars-to-post-edit-content.vpatch (billymg, spyked) (sauce) [...]</description>
		<content:encoded><![CDATA[<p>[...] mp-wp_apply-htmlspecialchars-to-post-edit-content.vpatch (billymg, spyked) (sauce) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Comments Filtering for MP-WP &#171; Ossa Sepia</title>
		<link>http://billymg.com/2019/11/bug-fix-to-preserve-encoded-html-characters-in-post-body-between-edits/comment-page-1/#comment-64</link>
		<dc:creator>Comments Filtering for MP-WP &#171; Ossa Sepia</dc:creator>
		<pubDate>Fri, 29 Nov 2019 20:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=47#comment-64</guid>
		<description>[...] .vpatch sits on top of billymg's current v-tree head and hopefully doesn't break anything but I'm sure he'll let me know if it does2 [...]</description>
		<content:encoded><![CDATA[<p>[...] .vpatch sits on top of billymg's current v-tree head and hopefully doesn't break anything but I'm sure he'll let me know if it does2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MP-WP thetarpit tweaks &#171; The Tar Pit</title>
		<link>http://billymg.com/2019/11/bug-fix-to-preserve-encoded-html-characters-in-post-body-between-edits/comment-page-1/#comment-62</link>
		<dc:creator>MP-WP thetarpit tweaks &#171; The Tar Pit</dc:creator>
		<pubDate>Fri, 15 Nov 2019 16:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=47#comment-62</guid>
		<description>[...] the separation between the main MP-WP and this stray branch, this V patch also includes billymg's latest changes. Furthermore, I have mirrored billymg's V patch and seal, to which I have added my [...]</description>
		<content:encoded><![CDATA[<p>[...] the separation between the main MP-WP and this stray branch, this V patch also includes billymg's latest changes. Furthermore, I have mirrored billymg's V patch and seal, to which I have added my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billymg</title>
		<link>http://billymg.com/2019/11/bug-fix-to-preserve-encoded-html-characters-in-post-body-between-edits/comment-page-1/#comment-61</link>
		<dc:creator>billymg</dc:creator>
		<pubDate>Mon, 11 Nov 2019 04:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=47#comment-61</guid>
		<description>&lt;strong&gt;@spyked&lt;/strong&gt; No problem, and my apologies that it happened in the first place. Hopefully when the rest of the tests are in place future snips will come with more confidence.</description>
		<content:encoded><![CDATA[<p><strong>@spyked</strong> No problem, and my apologies that it happened in the first place. Hopefully when the rest of the tests are in place future snips will come with more confidence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spyked</title>
		<link>http://billymg.com/2019/11/bug-fix-to-preserve-encoded-html-characters-in-post-body-between-edits/comment-page-1/#comment-60</link>
		<dc:creator>spyked</dc:creator>
		<pubDate>Fri, 08 Nov 2019 08:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=47#comment-60</guid>
		<description>Thanks for pushing this, billymg!

The decision to call htmlspecialchars there seems pretty arbitrary to me, I don't know why the WP developers made that choice. In my own code I decided to do this right before the call to the_editor (in wp-admin/edit-form-advanced.php), which admittedly, is also arbitrary, but at least it was relatively easy to spot by poking at the code.</description>
		<content:encoded><![CDATA[<p>Thanks for pushing this, billymg!</p>
<p>The decision to call htmlspecialchars there seems pretty arbitrary to me, I don't know why the WP developers made that choice. In my own code I decided to do this right before the call to the_editor (in wp-admin/edit-form-advanced.php), which admittedly, is also arbitrary, but at least it was relatively easy to spot by poking at the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: billymg</title>
		<link>http://billymg.com/2019/11/bug-fix-to-preserve-encoded-html-characters-in-post-body-between-edits/comment-page-1/#comment-58</link>
		<dc:creator>billymg</dc:creator>
		<pubDate>Thu, 07 Nov 2019 01:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=47#comment-58</guid>
		<description>Feels good to be live again (ty BingoBoingo)!

Yeah, I thought that was pretty funny too. I imagine there are many such cases throughout the codebase. Looking forward to being able to give this more of my attention in the next few months, I'm starting to get jealous of the fun that's being had over in #ossasepia.</description>
		<content:encoded><![CDATA[<p>Feels good to be live again (ty BingoBoingo)!</p>
<p>Yeah, I thought that was pretty funny too. I imagine there are many such cases throughout the codebase. Looking forward to being able to give this more of my attention in the next few months, I'm starting to get jealous of the fun that's being had over in #ossasepia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whaack</title>
		<link>http://billymg.com/2019/11/bug-fix-to-preserve-encoded-html-characters-in-post-body-between-edits/comment-page-1/#comment-56</link>
		<dc:creator>whaack</dc:creator>
		<pubDate>Sat, 02 Nov 2019 21:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://billymg.com/?p=47#comment-56</guid>
		<description>Welcome back billymg.com!

Nice catch. Hopefully the future time spent writing about html will be ~0. 

And lol re the comment for $richedit.</description>
		<content:encoded><![CDATA[<p>Welcome back billymg.com!</p>
<p>Nice catch. Hopefully the future time spent writing about html will be ~0. </p>
<p>And lol re the comment for $richedit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
