From d2f80c9e5a4fd0e0deed74a2db38e8dc3cdd243a Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Tue, 18 Oct 2011 02:32:28 +0000 Subject: [PATCH] Add the Tumblr importer to the Importers List. Fixes #18976 git-svn-id: https://develop.svn.wordpress.org/trunk@18985 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/import.php b/wp-admin/import.php index 5ca0ef838e..ed9a45261b 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -33,6 +33,7 @@ if ( current_user_can('install_plugins') ) 'movabletype' => array( __('Movable Type and TypePad'), __('Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.'), 'install', 'mt' ), 'opml' => array( __('Blogroll'), __('Install the blogroll importer to import links in OPML format.'), 'install' ), 'rss' => array( __('RSS'), __('Install the RSS importer to import posts from an RSS feed.'), 'install' ), + 'tumblr' => array( __('Tumblr'), __('Install the Tumblr importer to import posts & media from Tumblr using their API.'), 'install' ), 'wordpress' => array( 'WordPress', __('Install the WordPress importer to import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.'), 'install' ) );