Changeset 6156

Show
Ignore:
Timestamp:
09/22/07 16:50:35 (1 year ago)
Author:
ryan
Message:

Revert part of [5263] to fix downloading in Safari. fixes #5040

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/export.php

    r6149 r6156  
    163163} 
    164164 
    165 print '<?xml version="1.0" encoding="' . get_bloginfo('charset') . '"?' . ">\n"; 
    166  
    167 ?> 
    168  
    169 <!-- 
    170     This is a WordPress eXtended RSS file generated by WordPress as an export of 
    171     your blog. It contains information about your blog's posts, comments, and 
    172     categories. You may use this file to transfer that content from one site to 
    173     another. This file is not intended to serve as a complete backup of your 
    174     blog. 
    175  
    176     To import this information into a WordPress blog follow these steps: 
    177  
    178     1.  Log into that blog as an administrator. 
    179     2.  Go to Manage > Import in the blog's admin. 
    180     3.  Choose "WordPress" from the list of importers. 
    181     4.  Upload this file using the form provided on that page. 
    182     5.  You will first be asked to map the authors in this export file to users 
    183         on the blog. For each author, you may choose to map an existing user on 
    184         the blog or to create a new user. 
    185     6.  WordPress will then import each of the posts, comments, and categories 
    186         contained in this file onto your blog. 
    187 --> 
     165echo '<?xml version="1.0" encoding="' . get_bloginfo('charset') . '"?' . ">\n"; 
     166 
     167?> 
     168<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your blog. --> 
     169<!-- It contains information about your blog's posts, comments, and categories. --> 
     170<!-- You may use this file to transfer that content from one site to another. --> 
     171<!-- This file is not intended to serve as a complete backup of your blog. --> 
     172 
     173<!-- To import this information into a WordPress blog follow these steps. --> 
     174<!-- 1. Log into that blog as an administrator. --> 
     175<!-- 2. Go to Manage: Import in the blog's admin panels. --> 
     176<!-- 3. Choose "WordPress" from the list. --> 
     177<!-- 4. Upload this file using the form provided on that page. --> 
     178<!-- 5. You will first be asked to map the authors in this export file to users --> 
     179<!--    on the blog.  For each author, you may choose to map to an --> 
     180<!--    existing user on the blog or to create a new user --> 
     181<!-- 6. WordPress will then import each of the posts, comments, and categories --> 
     182<!--    contained in this file into your blog --> 
    188183 
    189184<!-- generator="wordpress/<?php bloginfo_rss('version') ?>" created="<?php echo date('Y-m-d H:i'); ?>"-->