Make WordPress Core

Ticket #22994: 22994.1.diff

File 22994.1.diff, 633 bytes (added by Hareesh Pillai, 5 years ago)

Patch refreshed

  • src/wp-admin/includes/import.php

     
    203203                        'plugin-slug' => 'movabletype-importer',
    204204                        'importer-id' => 'mt',
    205205                ),
    206                 'opml'        => array(
    207                         'name'        => __( 'Blogroll' ),
    208                         'description' => __( 'Import links in OPML format.' ),
    209                         'plugin-slug' => 'opml-importer',
    210                         'importer-id' => 'opml',
    211                 ),
    212206                'rss'         => array(
    213207                        'name'        => __( 'RSS' ),
    214208                        'description' => __( 'Import posts from an RSS feed.' ),