Make WordPress Core


Ignore:
Timestamp:
05/26/2010 10:18:19 PM (14 years ago)
Author:
ryan
Message:

Tools help. Props duck_. see #13467

File:
1 edited

Legend:

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

    r14924 r14966  
    1616require_once('./includes/export.php');
    1717$title = __('Export');
     18
     19add_contextual_help($current_screen, '<p>' . __('You can export a file of your site&#8217;s content in order to import it into another installation or platform. The export file will be an XML file format called WXR. Posts, pages, comments, custom fields, categories, and tags can be included. You can set filters to have the WXR file only include a certain date, author, category, tag, all posts or all pages, certain publishing statuses.') . '</p>' .
     20    '<p>' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '</p>' .
     21    '<p>' . __('<strong>For more information:</strong>') . '</p>' .
     22    '<p>' . sprintf(__('<a href="%s">Export Documentation</a>'), 'http://codex.wordpress.org/Tools_Export_SubPanel') . '</p>' .
     23    '<p>' . sprintf(__('<a href="%s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>'
     24);
    1825
    1926if ( isset( $_GET['download'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.