diff --git a/wp-admin/includes/import.php b/wp-admin/includes/import.php index a91477db55..b21004321f 100644 --- a/wp-admin/includes/import.php +++ b/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.' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index e8b16a755a..be5e19fafd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47226'; +$wp_version = '5.4-alpha-47227'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.