Make WordPress Core

Changeset 47227

Timestamp:
02/10/2020 02:10:52 AM (4 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/import.php

    r47219 r47227  
    211211            'importer-id' => 'mt',
    212212        ),
    213         'opml'        => array(
    214             'name'        => __( 'Blogroll' ),
    215             'description' => __( 'Import links in OPML format.' ),
    216             'plugin-slug' => 'opml-importer',
    217             'importer-id' => 'opml',
    218         ),
    219213        'rss'         => array(
    220214            'name'        => __( 'RSS' ),
Note: See TracChangeset for help on using the changeset viewer.