Make WordPress Core

Changeset 18985


Ignore:
Timestamp:
10/18/2011 02:32:28 AM (13 years ago)
Author:
dd32
Message:

Add the Tumblr importer to the Importers List. Fixes #18976

File:
1 edited

Legend:

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

    r18704 r18985  
    3434        'opml' => array( __('Blogroll'), __('Install the blogroll importer to import links in OPML format.'), 'install' ),
    3535        'rss' => array( __('RSS'), __('Install the RSS importer to import posts from an RSS feed.'), 'install' ),
     36        'tumblr' => array( __('Tumblr'), __('Install the Tumblr importer to import posts & media from Tumblr using their API.'), 'install' ),
    3637        'wordpress' => array( 'WordPress', __('Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.'), 'install' )
    3738    );
Note: See TracChangeset for help on using the changeset viewer.