From 048fc9008096d002d7e26dda059d6b3047a03259 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 22 May 2010 22:54:52 +0000 Subject: [PATCH] Add cat2tag converter to importer install list. see #13465 git-svn-id: http://svn.automattic.com/wordpress/trunk@14807 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/import.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/import.php b/wp-admin/import.php index 3be871b4b..69e3d0e49 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -46,6 +46,7 @@ $popular_importers = array(); if ( current_user_can('install_plugins') ) $popular_importers = array( 'blogger' => array( __('Blogger'), __('Install the Blogger importer to import posts, comments, and users from a Blogger blog.'), 'install' ), + 'wpcat2tag' => array(__('Categories and Tags Converter'), __('Install the category/tag converter to convert existing categories to tags or tags to categories, selectively.'), 'install'), 'livejournal' => array( __( 'LiveJournal' ), __( 'Install the LiveJounral importer to import posts from LiveJournal using their API.' ), 'install' ), 'mt' => array( __('Movable Type and TypePad'), __('Install the Movable Type importer to import posts and comments from a Movable Type or TypePad blog.'), 'install' ), 'opml' => array( __('Blogroll'), __('Install the blogroll importer to import links in OPML format.'), 'install' ),