From dabec45a088cab73cb66e5425107da021270aa22 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 10 Feb 2020 02:10:52 +0000 Subject: [PATCH] Import: Remove "Blogroll" import option (for links in OPML format) from the list of popular importer plugins. Link Manager is disabled for new installations since WordPress 3.5, so core should not encourage importing links. See #meta4706 for the corresponding WordPress.org API change. Props Ipstenu, hareesh-pillai, DrewAPicture, nacin, karmatosed, dd32, garrett-eclipse. Fixes #22994. See #21307. git-svn-id: https://develop.svn.wordpress.org/trunk@47227 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/import.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/wp-admin/includes/import.php b/src/wp-admin/includes/import.php index a91477db55..b21004321f 100644 --- a/src/wp-admin/includes/import.php +++ b/src/wp-admin/includes/import.php @@ -210,12 +210,6 @@ function wp_get_popular_importers() { 'plugin-slug' => 'movabletype-importer', 'importer-id' => 'mt', ), - 'opml' => array( - 'name' => __( 'Blogroll' ), - 'description' => __( 'Import links in OPML format.' ), - 'plugin-slug' => 'opml-importer', - 'importer-id' => 'opml', - ), 'rss' => array( 'name' => __( 'RSS' ), 'description' => __( 'Import posts from an RSS feed.' ),