<?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"
	>
<channel>
	<title>Comments for Adult Comics Blog</title>
	<atom:link href="http://www.adult-comicsblog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adult-comicsblog.com</link>
	<description>Get the latest new and information about adult comics</description>
	<pubDate>Wed, 07 Jan 2009 11:36:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Hello world! by 1</title>
		<link>http://www.adult-comicsblog.com/hello-world/#comment-3169</link>
		<dc:creator>1</dc:creator>
		<pubDate>Sun, 12 Aug 2007 23:12:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-3169</guid>
		<description>&lt;strong&gt;1&lt;/strong&gt;

</description>
		<content:encoded><![CDATA[<p><strong>1</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Mr WordPress</title>
		<link>http://www.adult-comicsblog.com/hello-world/#comment-1</link>
		<dc:creator>Mr WordPress</dc:creator>
		<pubDate>Fri, 21 Jul 2006 23:41:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-1</guid>
		<description>Hi, this is a comment.&lt;br /&gt;To delete a comment, just log in, and view the posts' comments, there you will have the option to edit or delete them.</description>
		<content:encoded><![CDATA[<p>Hi, this is a comment.<br />To delete a comment, just log in, and view the posts&#8217; comments, there you will have the option to edit or delete them.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
og-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>