The great renaming.

git-svn-id: https://develop.svn.wordpress.org/trunk@601 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2003-12-11 00:22:36 +00:00
parent c1ba1f019d
commit 9c6a0a9403
72 changed files with 832 additions and 830 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
In every template you do, you got to copy them before the CafeLog 'loop' */
$blog=1; // enter your blog's ID
header('Content-type: text/xml');
include('blog.header.php');
require('wp-blog-header.php');
if (!isset($rss_language)) { $rss_language = 'en'; }
echo "<?xml version=\"1.0\"?".">";
@@ -108,4 +108,4 @@ foreach ($posts as $post) { start_b2();
}
?>
</channel>
</rss>
</rss>