<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@
 /*
 Plugin Name: Absolutify
 Plugin URI: http://extralogical.net/
-Description: Turn relative URIs in your posts and pages into absolute ones, fixing the issues you'll otherwise have when your content is loaded in a context outside your site.
+Description: Turn relative URIs in posts, pages and comments into absolute ones, fixing the issues you'll otherwise have when your content is loaded in a context outside your site.
 Author: Benedict Eastaugh
 Version: 1.0
 Author URI: http://extralogical.net/
@@ -17,5 +17,6 @@ function absolutify_content_urls($content) {
 }
 
 add_filter('the_content', 'absolutify_content_urls');
+add_filter('comment_text', 'absolutify_content_urls');
 
 ?&gt;
\ No newline at end of file</diff>
      <filename>absolutify.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8b078bf39eb0ac80a639bb7c184f883ffcb4c62b</id>
    </parent>
  </parents>
  <author>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </author>
  <url>http://github.com/ionfish/absolutify/commit/00bfbf1070bc91471fb087340268254c239c63e5</url>
  <id>00bfbf1070bc91471fb087340268254c239c63e5</id>
  <committed-date>2008-10-28T06:30:09-07:00</committed-date>
  <authored-date>2008-10-28T06:30:09-07:00</authored-date>
  <message>Absolutify comment content URLs as well as post and page ones</message>
  <tree>d5db7c5278871e395cad4a9631e12915a4559295</tree>
  <committer>
    <name>Benedict Eastaugh</name>
    <email>benedict@eastaugh.net</email>
  </committer>
</commit>
