mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
The great renaming.
git-svn-id: https://develop.svn.wordpress.org/trunk@601 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+2
-2
@@ -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>
|
||||
Reference in New Issue
Block a user