From ee977aca6cc29aafdec9c682b7930475b5324734 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 10 Oct 2006 09:08:33 +0000 Subject: [PATCH] Missed one in [4369] git-svn-id: https://develop.svn.wordpress.org/trunk@4370 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import/mt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php index 7013c6ccde..d30927ca0d 100644 --- a/wp-admin/import/mt.php +++ b/wp-admin/import/mt.php @@ -432,5 +432,5 @@ class MT_Import { $mt_import = new MT_Import(); -register_importer('mt', __('Movable Type and Typepad'), __('Imports posts and comments from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch')); +register_importer('mt', __('Movable Type and TypePad'), __('Imports posts and comments from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch')); ?> \ No newline at end of file