mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Revert part of [5263] to fix downloading in Safari. fixes #5040
git-svn-id: http://svn.automattic.com/wordpress/trunk@6156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
72e74add8d
commit
add4250c0d
@ -162,29 +162,24 @@ function wxr_post_taxonomy() {
|
|||||||
echo $the_list;
|
echo $the_list;
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<?xml version="1.0" encoding="' . get_bloginfo('charset') . '"?' . ">\n";
|
echo '<?xml version="1.0" encoding="' . get_bloginfo('charset') . '"?' . ">\n";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your blog. -->
|
||||||
|
<!-- It contains information about your blog's posts, comments, and categories. -->
|
||||||
|
<!-- You may use this file to transfer that content from one site to another. -->
|
||||||
|
<!-- This file is not intended to serve as a complete backup of your blog. -->
|
||||||
|
|
||||||
<!--
|
<!-- To import this information into a WordPress blog follow these steps. -->
|
||||||
This is a WordPress eXtended RSS file generated by WordPress as an export of
|
<!-- 1. Log into that blog as an administrator. -->
|
||||||
your blog. It contains information about your blog's posts, comments, and
|
<!-- 2. Go to Manage: Import in the blog's admin panels. -->
|
||||||
categories. You may use this file to transfer that content from one site to
|
<!-- 3. Choose "WordPress" from the list. -->
|
||||||
another. This file is not intended to serve as a complete backup of your
|
<!-- 4. Upload this file using the form provided on that page. -->
|
||||||
blog.
|
<!-- 5. You will first be asked to map the authors in this export file to users -->
|
||||||
|
<!-- on the blog. For each author, you may choose to map to an -->
|
||||||
To import this information into a WordPress blog follow these steps:
|
<!-- existing user on the blog or to create a new user -->
|
||||||
|
<!-- 6. WordPress will then import each of the posts, comments, and categories -->
|
||||||
1. Log into that blog as an administrator.
|
<!-- contained in this file into your blog -->
|
||||||
2. Go to Manage > Import in the blog's admin.
|
|
||||||
3. Choose "WordPress" from the list of importers.
|
|
||||||
4. Upload this file using the form provided on that page.
|
|
||||||
5. You will first be asked to map the authors in this export file to users
|
|
||||||
on the blog. For each author, you may choose to map an existing user on
|
|
||||||
the blog or to create a new user.
|
|
||||||
6. WordPress will then import each of the posts, comments, and categories
|
|
||||||
contained in this file onto your blog.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- generator="wordpress/<?php bloginfo_rss('version') ?>" created="<?php echo date('Y-m-d H:i'); ?>"-->
|
<!-- generator="wordpress/<?php bloginfo_rss('version') ?>" created="<?php echo date('Y-m-d H:i'); ?>"-->
|
||||||
<rss version="2.0"
|
<rss version="2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user