Make WordPress Core

Ticket #22994: 22994.diff

File 22994.diff, 653 bytes (added by Ipstenu, 12 years ago)

removing opml from the import file

  • wp-admin/includes/import.php

     
    157157                        'plugin-slug' => 'movabletype-importer',
    158158                        'importer-id' => 'mt',
    159159                ),
    160                 'opml' => array(
    161                         'name' => __( 'Blogroll' ),
    162                         'description' => __( 'Install the blogroll importer to import links in OPML format.' ),
    163                         'plugin-slug' => 'opml-importer',
    164                         'importer-id' => 'opml',
    165                 ),
    166160                'rss' => array(
    167161                        'name' => __( 'RSS' ),
    168162                        'description' => __( 'Install the RSS importer to import posts from an RSS feed.' ),